{% extends "templates/web.html" %} {% block footer %}{% endblock %} {% block header %} {% if doctype %}

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

{% endif %} {% endblock %} {% block page_content %} {% if not doctype %}
Welcome to the Portal
{% else %} {% if introduction %}

{{ introduction }}

{% endif %} {% include list_template %} {% if list_footer %} {{ list_footer }} {% endif %} {% endif %} {% endblock %}