{% load debusine %}
{% if autopkgtest_artifact_error %}
Cannot display autopkgtest: {{ autopkgtest_artifact_error }}
{% else %}
{% for section in sections %}
{{ section.text }}
{% for subsection in section.subsections %} {% if subsection.include_in_table_of_contents %} {{ subsection.text }} {% endif %} {% endfor %}
{% endfor %}
{% if log_widget %}
{% widget log_widget %}
{% endif %} {% endif %}