{% extends "engine/base.html" %} {% load servertags %} {% block title %}OpenQuake engine: outputs from calculation {{ calc_id }}{% endblock %} {% 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 avg_gmf %} {% endfor %} {% if assets %} {% endif %}
{% endblock main %} {% block templates %} {% endblock templates %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}