{% extends "engine/base.html" %} {% 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 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 }}
    {% if warnings %}
    WARNING: {{ warnings }}
    {% endif %} {% if notes %}
    NOTE: {{ notes }}
    {% endif %}
    {% if pngs.site %} {% endif %} {% if pngs.governing_mce %} {% endif %}
    {% endblock main %} {% block templates %} {% endblock templates %} {% block extra_script %} {{ block.super }} {% endblock extra_script %}