{% extends 'appearance/base.html' %} {% load i18n %} {% load static %} {% load navigation_tags %} {% block title %}{% include 'appearance/calculate_form_title.html' with html_title=True %}{% endblock %} {% block stylesheets %} {% endblock %} {% block content %} {% if title %}

{{ title }}


{% endif %}

{% trans 'Navigation:' %}

{% with document_list as object_list %} {% if list_as_items %} {% include 'appearance/generic_list_items_subtemplate.html' %} {% else %} {% include 'appearance/generic_list_subtemplate.html' %} {% endif %} {% endwith %}
{% endblock %} {% block javascript %} {% endblock %}