{# this is needed to test repo status outside of app context #} {% block head %} {% block styles %} {% endblock %} {% block onload %} {% endblock %} {% block title %}
{% block content %}
{% if repo is not none %}
{{ repo.html_table|safe }}
{% endif %}
{% endblock %}
{% block scripts %}
{% if repo is not none %}
{% endif %}
{% endblock %}
{% endblock %}