{% extends "base.html" %} {% load i18n %} {% block title %} :: {% with "true" as read_only %}{% with "true" as striptags %}{% include "calculate_form_title.html" %}{% endwith %}{% endwith %}{% endblock %} {% block javascript %} {% endblock %} {% block sidebar %} {% for subtemplate in sidebar_subtemplates %} {% include subtemplate %} {% endfor %} {% endblock %} {% block stylesheets %} {% endblock %} {% block content %}
{% with "true" as read_only %} {% include "generic_form_subtemplate.html" %} {% endwith %}
{% for subtemplate in subtemplates %} {% include subtemplate %} {% endfor %} {% for subtemplate in subtemplates_dict %} {% with subtemplate.title as title %} {% with subtemplate.object_list as object_list %} {% with subtemplate.extra_columns as extra_columns %} {% with subtemplate.hide_object as hide_object %} {% with subtemplate.main_object as main_object %} {% with subtemplate.hide_link as hide_link %} {% include subtemplate.name %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endfor %} {% endblock %}