{% endif %}
{% if not config['header'] %}
{% if web is sameas false %} ShakeCast Logo {% else %} ShakeCast Logo {% endif %}

{{ config.head_text }}

{% else %} {% if web is sameas false %} ShakeCast header {% else %} ShakeCast header {% endif %} {% endif %}
Potential Impacts: {% if notification %} {{ notification.group.facility_type or 'None' }} {% endif %}
{{ config.intro.text }}
Earthquake Details
{% if web is sameas false %} ShakeMap Intensity Image {% else %} ShakeMap Intensity Image {% endif %}
Magnitude: {{ shakemap.event.magnitude }}, ShakeMap ID: {{ shakemap.shakemap_id }}-{{ shakemap.shakemap_version }} , Location: {{ shakemap.event.place }},
Latitude-Longitude: {{ shakemap.event.lat }}, {{ shakemap.event.lon }}, Local Time: {{ shakemap.event.timestamp() }}

Summary of Potential Impacts: {% if notification %} {{ notification.group.facility_type or 'None' }} {% endif %}
{% if config['summary'] and config.summary.max_metric == 'psa10' %} Maximum PSA (1.0): {{ fac_details.max_psa10 }} %g {% elif config['summary'] and config.summary.max_metric == 'pga' %} Maximum PGA: {{ fac_details.max_pga }} %g {% elif fac_details.max_mmi %} Maximum MMI: {{ fac_details.max_mmi }} {% else %} Maxiumum Shaking: None {% endif %}
Total number of facilities analyzed: {{ fac_details.all }}
Summary by impact rank:


High {{ fac_details.red }} High impact potential
Medium-High {{ fac_details.orange }} Medium-High impact potential
Medium {{ fac_details.yellow }} Medium impact potential
Low {{ fac_details.green }} Low impact potential

List of Potentially Impacted Facilities: {% if notification %} {{ notification.group.facility_type or 'None' }} {% endif %}
{{ config.table.intro }}

{% for head in config.table.headers %} {% if head.use == true %} {% endif %} {% endfor %} {% for fs in facility_shaking[0:200] %} {% for head in config.table.headers %} {% if head.use == true %} {% if fs.facility[head.name] %} {% elif head.name == 'inspection_priority' %} {% elif head.name == 'shaking_value' %} {% elif fs.facility.get_attribute(head.name) %} {% elif fs[head.name] %} {% else %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ head.val }}
{{ fs.facility[head.name] }} {{ head.translate[fs.alert_level] }} {{ fs[fs.metric.lower()] }}{{ fs.facility.get_attribute(head.name) }}{{ fs[head.name] }}-
{% if config.table.footnotes %}
{% for footnote in config.table.footnotes %} {{ footnote }}
{% endfor %}
ShakeCast Server
ShakeCast Web: {{ sc.dict['Server']['DNS'] }}
Software: ShakeCast V4
Reported by: Server ID {{ sc.dict['Server']['name'] }}
Notification Group: {% if notification %} {{ notification.group.name or 'None' }} {% endif %}
Template: {{ template_name or 'default' }}


Questions about ShakeCast? Contact Administrator at {{ config.admin_email }}.