Zgłoszona treść:
{% if report.content_type == 'topic' and report.topic %}
{{ report.topic.title }}
{{ report.topic.content[:300] }}{% if report.topic.content|length > 300 %}...{% endif %}
Zobacz temat →
{% elif report.content_type == 'reply' and report.reply %}
{{ report.reply.content[:300] }}{% if report.reply.content|length > 300 %}...{% endif %}
Zobacz odpowiedź →
{% else %}
Treść niedostępna
{% endif %}
{% if report.reviewed_by %}
Rozpatrzone przez {{ report.reviewer.name or report.reviewer.email.split('@')[0] }}
• {{ report.reviewed_at|local_time('%d.%m.%Y %H:%M') }}
{% endif %}
{% if report.review_note %}
Notatka: {{ report.review_note }}
{% endif %}