mirror of https://github.com/interlegis/sapl.git
joao
2 years ago
3 changed files with 70 additions and 23 deletions
@ -0,0 +1,14 @@ |
|||
{% extends "crud/list.html" %} |
|||
{% load i18n %} |
|||
{% load common_tags %} |
|||
|
|||
|
|||
{% block more_buttons %} |
|||
|
|||
{% if perms|get_add_perm:view %} |
|||
<a href="{% url 'sapl.relatorios:relatorio_materia_tramitacao' root_pk %}" class="btn btn-outline-primary"> |
|||
{% trans "Imprimir" %} |
|||
</a> |
|||
{% endif %} |
|||
|
|||
{% endblock more_buttons %} |
Loading…
Reference in new issue