Site Info: {{site_info.status}}
{% if site_info is none %}
{% elif site_info.status == 'running' %}
{% else %}
{% if site_info['problem']|length > 0 %}
{{site_info['problem']}}
{% endif %}
Last 12 months
{% for title in site_info.titles %}
| {{title}} |
{% endfor %}
{% for row in site_info.rows %}
{% for cell in row %}
| {{cell}} |
{% endfor %}
{% endfor %}
Log
{% for line in site_info.log %}
- {{line}}
{% endfor %}
{% endif %}