{% extends "engine/base.html" %} {% load servertags %} {% block nav-items %} {% if application_mode != 'AELO' and application_mode != 'ARISTOTLE' and application_mode != 'READ_ONLY' %}
  • {% endif %} {% endblock nav-items %} {% block main %} {{ block.super }}
    {% if application_mode == 'AELO' %} {% include './includes/aelo_form.html' %} {% elif application_mode == 'ARISTOTLE' %} {% with './includes/impact_form_level_'|addstr:user_level|add:'.html' as template_path %} {% include template_path %} {% endwith %} {% endif %}

    List of calculations{% if server_name %} from {{ server_name }}{% endif %}

    {% endblock main %} {% block templates %} {% endblock templates %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}