{% extends "templates/web.html" %} {% block title %} {{ title or (_("{0} List").format(_(doctype))) }} {% endblock %} {% block header %}
{{ introduction }}
{% endif %} {% include list_template or "templates/includes/list/list.html" %} {% if list_footer %}{{ list_footer }}{% endif %} {% endblock %} {% block script %} {% endblock %}