{% extends "engine/base.html" %} {% load servertags %} {% block title %}OpenQuake engine: outputs from calculation {{ calc_id }}{% endblock %} {% block main %} {{ block.super }}
{% if application_mode == 'AELO' %}

Outputs from site: {{ site_name }}, lat: {{ lat }}, lon: {{ lon }}, vs30: {{ vs30 }}

{% else %}

Outputs from calculation {{ calc_id }}

{% endif %}
{% if application_mode == 'AELO' %} {% endif %}
{% if hmaps %} {% endif %} {% if governing_mce %} {% endif %} {% if hcurves %} {% endif %} {% for img in disagg_by_src %} {% endfor %}
{% endblock main %} {% block templates %} {% endblock templates %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}