{% load base_tags %} {% load perm_tags %} {% has_perm user entities.change_entity opt_object as can_edit %} {% has_perm user entities.delete_entity opt_object as can_delete %} {% if opt_object %}
{% trans "Print" %} {% if can_edit %} {% trans "Edit" %} {% endif %} {% if can_edit %}
{% trans "More options" %}
{% endif %}
{% endif %}