{% load render_table from django_tables2 %}

My Flagged Submissions

{% if my_flagged.data %} {% render_table my_flagged %} {% if display_more %}
Show all
{% endif %} {% endif %}