{% load base_tags %} {% load perm_tags %} {% has_perm user resumes.change_resume opt_object as can_edit %} {% has_perm user resumes.delete_resume opt_object as can_delete %}
{% if can_edit %} {% if opt_object.is_pending %} {{ opt_object.status_detail|capfirst }} {% else %} {{ opt_object.status_detail|capfirst }} {% endif %} {% endif %} {% trans "Print" %} {% if can_edit %} {% trans "Edit" %} {% endif %} {% if can_edit %}
{% trans "More options" %}
{% endif %}