{% extends "versioning/report.html" %} {% load markup %} {% block topinfo %}
{{ object.appconfig.analysistype }}
{% 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 }}