From a1ea675b60f67f60e3376e2cb8136b53fe223614 Mon Sep 17 00:00:00 2001 From: cristian-longhi Date: Tue, 31 Jul 2018 11:16:33 -0300 Subject: [PATCH] =?UTF-8?q?Acerta=20agrupamento=20nos=20relat=C3=B3rios=20?= =?UTF-8?q?de=20mat=C3=A9ria=20por=20autor=20e=20em=20tramita=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RelatorioMateriasPorAutor_filter.html | 84 ------------------- 1 file changed, 84 deletions(-) diff --git a/sapl/templates/base/RelatorioMateriasPorAutor_filter.html b/sapl/templates/base/RelatorioMateriasPorAutor_filter.html index 32ebe9e1f..bf0b7702f 100644 --- a/sapl/templates/base/RelatorioMateriasPorAutor_filter.html +++ b/sapl/templates/base/RelatorioMateriasPorAutor_filter.html @@ -29,11 +29,6 @@ {% endfor %} -{% comment %} - - - -{% endcomment %} {% for materia in object_list %} {% ifchanged materia.autoria_set.first.autor %} @@ -69,85 +64,6 @@ {% endfor %}
-{% comment %} - - - - - - - - - - - - {% for materia in object_list %} - - - - - - - {% endfor %} - -
MatériaEmentaAutorCoautor(es)
- {{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.ementa}} - {% for autor in materia.autoria_set.all %} - {% if autor.primeiro_autor %} - {% ifchanged materia.autoria_set.first.autor %} - {{autor.autor}}
- - {% endifchanged %} - {% endif %} - {% endfor %} -
- {% for autor in materia.autoria_set.all %} - {% if not autor.primeiro_autor %} - {{autor.autor}}
- {% endif %} - {% endfor %} -
- - - - - - - - - - - - - - - {% for materia in object_list %} - - - - - - - {% endfor %} - -
MatériaEmentaAutorCoautor(es)
- {{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.ementa}} - {% for autor in materia.autoria_set.all %} - {% if autor.primeiro_autor %} - {{autor.autor}}
- {% endif %} - {% endfor %} -
- {% for autor in materia.autoria_set.all %} - {% if not autor.primeiro_autor %} - {{autor.autor}}
- {% endif %} - {% endfor %} -
-{% endcomment %} - {% endif %} {% endblock base_content %}