{% load base_tags %} {% load perm_tags %} {% has_perm user contributions.change_contribution opt_object as can_edit %} {% has_perm user contributions.delete_contribution opt_object as can_delete %}
{% trans "Print" %} {% if can_edit %} {% trans "Edit" %} {% endif %} {% if can_edit %}
{% trans "More options " %}
{% endif %}