{% extends "base.html" %} {% load i18n %} {% load compilacao_filters %} {% block title%}

{{ view.get_norma }}

{% endblock %} {% block base_content %}
{% for key, values in view.get_vigencias.items %} {% if forloop.first %}
{%endif%} {% endfor %}
{% if view.inicio_vigencia != None and view.fim_vigencia != None %} {% trans 'Vigência entre'%} {{view.inicio_vigencia}} {% trans 'e'%} {{view.fim_vigencia}}. {%endif%} {% include 'compilacao/template_render_bloco.html'%}
{% endblock base_content %}