{% extends "crud/detail.html" %} {% load i18n %} {% block actions %} {% load common_tags %}
{% trans 'Tramitações' %} {% if perms|get_change_perm:view %} {% trans 'Editar' %} {% endif %} {% if perms|get_delete_perm:view %} {% trans 'Excluir' %} {% endif %}
{% endblock actions %}