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

    Outputs for {{ site_name }}{% if calc_aelo_version is not None %}, AELO version: {{ calc_aelo_version }}{% endif %}

    Latitude Longitude ASCE standards Site class
    {{ lat }} {{ lon }} {{ asce_version }} {{ site_class }}
    {% else %}

    Outputs from calculation {{ calc_id }}

    {% endif %} {% if warnings %}
    WARNING: {{ warnings }}
    {% endif %} {% if notes %}
    NOTE: {{ notes }}
    {% endif %}
    {% if application_mode == 'AELO' %} {% endif %}
    {% if pngs.hmaps %} {% endif %} {% if application_mode == 'IMPACT' %} {% for img in pngs.avg_gmf %} {% endfor %} {% if pngs.assets %} {% endif %} {% endif %} {# end if IMPACT #} {% if application_mode == 'AELO' %} {% if pngs.mce %} {% endif %} {% if pngs.mce_spectra %} {% endif %} {% if pngs.hcurves %} {% endif %} {% for img in pngs.disagg_by_src %} {% endfor %} {% endif %} {# end if AELO #}
    {% endblock main %} {% block templates %} {% endblock templates %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}