{# column headings first #}
|
SITE |
STATUS |
{% for site in site_diag_table %}
({{ forloop.counter0 }}) |
{{ site.0 }} |
{%ifequal site.1 "N/A" %}
{{site.1}}
{%else%}
{{ site.1 }}
{%endifequal%}
|
{% endfor %}
{%block images%}
{%include "SHM_images.html"%}
{%endblock images%}
{%endblock body%}