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

    Outputs from calculation {{ calc_id }}: {{ description }}{% if local_timestamp %} (event time: {{ local_timestamp }}){% endif %}

    {% if time_job_after_event %}

    Results computed {{ time_job_after_event }} after the event


    {% endif %} {% if warnings %}
    WARNING: {{ warnings }}
    {% endif %}
    {% comment %} {% endcomment %}
    {% for img in pngs.avg_gmf %} {% endfor %} {% if pngs.assets %} {% endif %} {% if user_level >= 2 %} {% if aggrisk_tags %} {% endif %} {% if mmi_tags %} {% endif %} {% endif %}
    {% if user_level >= 2 %} {% endif %}
    {% endblock main %} {% block templates %} {% endblock templates %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}