• {{remark.contributor.user.first_name}} {{remark.contributor.user.last_name}} on {{remark.date}}
    {% if remark.contributor.user.is_superuser %}
    {{remark.remark|safe|linebreaks}}
    {% else %}
    {{remark.remark|linebreaks}}
    {% endif %}