{% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block sections_nav %} {% endblock %} {% block detail_content %} {% if materias %} {% for m in materias %} {% endfor %}

Resultados

{{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}
{{ m.ementa }}
Localização Atual: {{m.local_origem_externa}}
{% include "paginacao.html" %} {% else %}

Nenhum Registro recuperado

{% endif %} {% endblock detail_content %}