{% load static i18n %} {% load check_permissions %}
{{ text.text|linebreaks }} {% if text.edition %} — {{ text.edition.descriptions.first.description }} {% endif %} {% if user|can_change:text %} {% translate 'Edit' %} {% endif %} {% if user|can_delete:text %} {% translate 'Remove' %} {% endif %}
{{ text.text|linebreaks }} {% if text.edition %} — {{ text.edition.descriptions.first.description }} {% endif %}