{% load i18n %} {% load compilacao_filters %} {% if object_list.count >= 100 %}
{% trans 'Use argumentos para simplificar listagem...' %}
{% endif %} {% for dpt in object_list %} {% ifchanged dpt.norma%} {% if not forloop.first %}{% endif %}
{{dpt.norma}}
{% endif %} {% endfor %}