{% load i18n permission_tags %} {% if answers|length > 0 %} {% for answer in answers %}
{{ answer.answer_date|timesince }} {% trans 'ago' %} {% if answer.is_modified %} - {% trans 'Edited' %} {% endif %}
{{ answer.message|linebreaks }}