FS logo {{main_title}}

{% if load_time %}
{{'Loaded on ' + load_time}}
{% endif %} {% if is_admin %}
{{'Currently logged in as admin'}}
{{'Deployment Stage is ' + stage + ''}}
{% else %}
{{'Not logged in as admin'}}
{% endif %} {% if running_checks != '0' or queued_checks != '0' %}
{{'Running: ' + running_checks}} {{'Queued: ' + queued_checks}}
{% endif %}
{% block content %}{% endblock %}
{% block script %}{% endblock %}