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.
14 lines
323 B
14 lines
323 B
{% extends "crud/list.html" %}
|
|
{% load i18n %}
|
|
{% load common_tags %}
|
|
|
|
|
|
{% block more_buttons %}
|
|
|
|
{% if perms|get_add_perm:view %}
|
|
<a href="{% url 'sapl.materia:anexada_em_lote' root_pk %}" class="btn btn-outline-primary">
|
|
{% trans "Adicionar Anexada em Lote" %}
|
|
</a>
|
|
{% endif %}
|
|
|
|
{% endblock more_buttons %}
|
|
|