{% extends "base-apply.html" %}
{% load render_table from django_tables2 %}
{% block title %}Submissions{% endblock %}
{% block content %}
{% block page_header %}
Received Submissions
Track and explore recent submissions
{% endblock %}
{% include "funds/includes/search.html" %}
{% if object_list|length > 0 or active_filters %}
Filter By
Clear
Filter by
Close
{% endif %}
{% render_table table %}
{% include "activity/include/comment_list.html" %}
{% include "activity/include/action_list.html" %}
{% include "activity/include/all_activity_list.html" %}