{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% block title %}Submissions{% endblock %} {% block content %}
{% if object_list|length > 0 or active_filters %}
Filter By
Clear
Filter by
Close
    {{ filter.form.as_ul }}
{% endif %} {% render_table table %}
{% include "activity/include/comment_list.html" %} {% include "activity/include/action_list.html" %} {% include "activity/include/all_activity_list.html" %} {% endblock %} {% block extra_js %} {{ filter.form.media }} {% endblock %}