{% if web is sameas false %}
{% else %}
{% endif %}
|
{{ config.head_text }}
|
|
|
Magnitude {{ shakemap.event.magnitude }}
{{ shakemap.event.place }}
Number of Facilities Evaluated |
: {{ fac_details.all }} |
High Impact |
: {{ fac_details.red }} |
Moderate-High Impact |
: {{ fac_details.orange }} |
Moderate Impact |
: {{ fac_details.yellow }} |
Low Impact |
: {{ fac_details.green }} |
No Impact |
: {{ fac_details.gray }} |
|
|
{% if web is sameas false %}
{% else %}
{% endif %}
|
Impact Estimates:
|
{% for head in config.table_head %}
{% if head.use == true %}
{{ head.val }} |
{% endif %}
{% endfor %}
{% for fs in facility_shaking[0:200] %}
{% for head in config.table_head %}
{% if head.use == true %}
{% if fs.facility.__dict__.get(head.name, False) %}
{{ fs.facility.__dict__[head.name] }} |
{% elif head.name == 'inspection_priority' %}
{{ fs.alert_level }} |
{% elif head.name == 'shaking_value' %}
{{ fs[fs.metric.lower()] }} |
{% elif fs.facility.get_attribute(head.name) %}
{{ fs[head.name] }} |
{% elif fs.get(head.name, False) %}
{{ fs[head.name] }} |
{% else %}
- |
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
|
ShakeCast Server:
|
ShakeCast Web: {{ sc.server_dns }}
Software: {{ sc.software_version }}
{% if notification.group %}
Notification Group: {{ notification.group.name }}
{% endif %}
Reported by: {{ sc.server_name }}
|
|
Questions about ShakeCast? Contact Administrator at {{ config.admin_email }}.
|
{{ 'body' if web is sameas false else 'div' }}>
{% if web is sameas false %}
{% endif %}