{% extends "pages/base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block extra_head %} {% if canonical_url %} {% endif %} {% endblock %} {% block content %}

{{ title }}

{% if missing_document %} {% endif %} {% if sections %} {% for section in sections %}

{{ section.title }}

{% if section.current_prefix and section.parent_url %} {% trans "Up one level" %} {% endif %}
{% if section.items %} {% else %}

{% trans "No application documents are available." %}

{% endif %}
{% endfor %} {% else %}

{% trans "No application documents are available." %}

{% endif %}
{% endblock %}