Sistema de Apoio ao Processo Legislativo
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.
 
 
 
 
 

15 lines
491 B

{% extends "crud/list.html" %}
{% load i18n menus%}
{% block base_content %}
<div class="row container-tabaux">
<div class="{% if perms.base.view_tabelas_auxiliares %}col-sm-9{% endif %}">
{{block.super}}
</div>
{% if perms.base.view_tabelas_auxiliares %}
<div class="col-sm-3 sidebar-tabaux">
<h3>{% trans "Tabelas Auxiliares" %}</h3>
{% subnav 'menu_tabelas_auxiliares.yaml'%}
</div>
{% endif %}
</div>
{% endblock base_content %}