{% extends "engine/base.html" %} {% block nav-items %} {% if application_mode != 'AELO' and application_mode != 'READ_ONLY' %}
  • {% endif %} {% endblock nav-items %} {% block main %}
    {% if application_mode == 'AELO' %}

    Run an AELO calculation

    {% if not user.email %}

    WARNING: no email address is speficied for your user account, therefore email notifications will be disabled

    {% endif %}
    {% csrf_token %}
    {% 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 %}