{% block title %}{{ title or (_("{0} List").format(_(doctype))) }}{% endblock %} {% block header %} {% if default_subtitle %}

{{ default_subtitle }}

{% else %}

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

{% endif %} {% endblock %} {% block header_actions %} {% if create_new %}
{{ _("New") }}
{% endif %} {% endblock %} {% block content %}{% include "templates/includes/list/list.html" %}{% endblock %} {% block script %}{% include "templates/includes/list/list.js" %}{% endblock %}