{% trans "Report by" %} {{ report.authored_by.profile }} {% trans "at" %} :
{% trans "Reason" %}:
{{ report.get_reason_display }}
{% if report.notes|length > 0 %}{% trans "Notes" %}:
{{ report.notes|linebreaksbr }}
{% endif %}{% trans "Post" %}:
{% trans "By" %} {{ report.post.authored_by.profile }} {% trans "at" %} {% trans "in" %} {{ report.post.thread }}:
{{ report.post.text|safe }}