{% extends base_template %} {% load debusine %} {% block navbar %}{% endblock %} {% block content %}
{% if suites %}

This archive contains the following suites:

{% else %}

This archive is empty.

{% endif %}
{% endblock %} {% block footer %} {% withscope scope %} {% include "web/footer.html" %} {% endwithscope %} {% endblock %}