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

This archive contains the following suites:

{% else %}

This archive is empty.

{% endif %}
{% endblock %}