mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
481 B
20 lines
481 B
{% extends "compilacao/text_list.html" %}
|
|
{% load i18n %}
|
|
{% load compilacao_filters %}
|
|
{% load common_tags %}
|
|
|
|
{% block navigation %}{% endblock %}
|
|
{% block sections_nav %}{% endblock %}
|
|
{% block extra_sections_nav %}{% endblock %}
|
|
{% block actions %}{% endblock %}
|
|
{% block dsp_actions %}{% endblock %}
|
|
|
|
{% block detail_content %}{% endblock %}
|
|
{% block footer_container %}{% endblock %}
|
|
|
|
|
|
{% block base_content %}
|
|
<div class="cp-print">
|
|
{{ block.super }}
|
|
</div>
|
|
{% endblock %}
|