From f57e8cbba1998dee69178ea568b556a5113bacb6 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 7 Feb 2017 16:54:49 -0200 Subject: [PATCH] =?UTF-8?q?Reduz=20excesso=20de=20quebras=20de=20linha=20e?= =?UTF-8?q?=20adiciona=20refer=C3=AAncia=20a=20NormaJuridica=20(sem=20link?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/materia/materialegislativa_filter.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html index 42176a21a..b3363a1a0 100644 --- a/sapl/templates/materia/materialegislativa_filter.html +++ b/sapl/templates/materia/materialegislativa_filter.html @@ -92,8 +92,14 @@ Documentos Acessórios: {{ m.documentoacessorio_set.all.count }}
{% endif %} - {% if m.texto_original %}

Texto Original{% endif %} - {% if m.texto_articulado.exists %}

Texto Articulado{% endif %} + {% if m.texto_original %}Texto Original
{% endif %} + {% if m.texto_articulado.exists %}Texto Articulado
{% endif %} + {% if m.normajuridica_set.exists %} + {% for nr in m.normajuridica_set.all %} + Norma Jurídica: {{ nr }} +
+ {% endfor %} + {% endif %}

{% endfor %}