{% extends "moderation/base.html" %} {% load i18n %} {% load date_filters %} {% load typepad_filters %} {% load withblock %} {% block content-main %} {% for flag in flags %} {% endfor %}

{{ asset.user_display_name }}’s post:

{% spaceless %} {% with asset.asset as asset %} {% withblock %}moderation/assets/body/{{ asset.type_id }}.html{% as template_name %} {% include template_name %} {% endwithblock %} {% endwith %} {% endspaceless %}
 
{% include "motion/bits/pagination.html" %} Flags ({{ page_obj.paginator.count }})

{{ flag.user_display_name }} flagged this post {{ flag.ts|pithy_timesince:"on" }}:

{{ flag.reason }}

{% if flag.note %}

{{ flag.note }}

{% endif %}
{% trans "This post has no flags." %}
{% endblock %}