{% load base_tags %} {% load perm_tags %} {% load i18n %} {% has_perm user news.change_news opt_object as can_edit %} {% has_perm user news.delete_news opt_object as can_delete %}
{% if can_edit %} {{ opt_object.status_detail|capfirst }} {% endif %} {% if can_edit %}
{% trans "More options" %}
{% endif %}