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

{{ site_name }}, Lat: {{ lat }}, Lon: {{ lon }}, Site Class: {{ site_class }}, {{ asce_version }}{% if calc_aelo_version is not None %}, AELO version: {{ calc_aelo_version }}{% endif %}

{% else %}

Outputs from calculation {{ calc_id }}

{% endif %}
{% if application_mode == 'AELO' %} {% endif %}
{% if hmaps %} {% endif %} {% for img in avg_gmf %} {% endfor %} {% if assets %} {% endif %} {% if mce %} {% endif %} {% if mce_spectra %} {% 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 %}