{% extends 'appearance/base.html' %} {% load i18n %} {% load navigation_tags %} {% block title %}{% include 'appearance/calculate_form_title.html' %}{% endblock %} {% block content %} {% if title %}

{{ title }}


{% endif %}
{{ navigation }}
{% include 'appearance/generic_list_subtemplate.html' %}
{% endblock %}