{% extends "templates/web.html" %} {% block title %} {{ title or (_("{0} List").format(_(doctype))) }} {% endblock %} {% block header %}

{{ title or (_("{0} List").format(_(doctype))) }}

{% endblock %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block header_actions %} {% if create_new %}
{{ _("New") }}
{% endif %} {% endblock %} {% block page_content %} {% if introduction %}

{{ introduction }}

{% endif %} {% include list_template or "templates/includes/list/list.html" %} {% if list_footer %}{{ list_footer }}{% endif %} {% endblock %} {% block script %} {% endblock %}