{% extends base_template %} {% load debusine %} {% block content %} {% if workspace_description %}
{{ workspace_description|markdown_as_html }}
{% endif %}
{% if suites %}

This archive contains the following suites:

{% include "web/_archive-suites.html" %} {% else %}

This archive is empty.

{% endif %}
{% endblock %}