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

{%block images%} {%include "SHM_images.html"%} {%endblock images%} {%endblock body%}