{% 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 %}

Activity Feed

{% include "funds/includes/activity-feed.html" %} {% endblock %} {% block extra_js %} {{ filter.form.media }} {% endblock %}