|
|
@ -38,8 +38,6 @@ |
|
|
|
<strong><a href="{% url 'materia:materialegislativa_detail' m.id %}">{{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}</strong></a> |
|
|
|
</br> |
|
|
|
<strong>Ementa:</strong> {{ m.ementa|safe }} |
|
|
|
{% if m.texto_original %}</br></br><strong><a href="{{m.texto_original.url}}">Texto Original</a></strong>{% endif %} |
|
|
|
{% if m.texto_articulado.exists %}</br></br><strong><a href="{% url 'sapl.materia:materia_ta' m.id%}">Texto Articulado</a></strong>{% endif %} |
|
|
|
</br> |
|
|
|
{% if m.data_apresentacao %} |
|
|
|
<strong>Apresentação: </strong>{{ m.data_apresentacao }} |
|
|
@ -92,7 +90,10 @@ |
|
|
|
{% endif %} |
|
|
|
{% if m.documentoacessorio_set.all.exists %} |
|
|
|
<strong>Documentos Acessórios:</strong> {{ m.documentoacessorio_set.all.count }} |
|
|
|
</br> |
|
|
|
{% endif %} |
|
|
|
{% if m.texto_original %}</br></br><strong><a href="{{m.texto_original.url}}">Texto Original</a></strong>{% endif %} |
|
|
|
{% if m.texto_articulado.exists %}</br></br><strong><a href="{% url 'sapl.materia:materia_ta' m.id%}">Texto Articulado</a></strong>{% endif %} |
|
|
|
<p></p> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|