{% extends "versioning/report.html" %} {% load markup %} {% block topinfo %}

{{ object.appconfig.analysistype }}

{% endblock %} {% block table %} {% with level1=level|add:"1" %}

{% trans "Attention points" %}

{% regroup object.attentionpoints.all by type as type_list %} {% for type in type_list %}

{{ type.grouper }}

{% for item in type.list %}

{{ item.name }}

{{ item.description|markdown }}
{% endfor %} {% endfor %}
{% endwith %} {% endblock %}