{% extends "funds/base_submissions_table.html" %} {% load static %} {% load render_table from django_tables2 %} {% block title %}Submissions{% endblock %} {% block content %}
{% include "funds/includes/status-block.html" %} {% if closed_rounds or open_rounds %} {% include "funds/includes/round-block.html" with closed_rounds=closed_rounds open_rounds=open_rounds title=rounds_title%} {% endif %} {% block table %} {% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term use_search=True filter_action=filter_action use_batch_actions=False heading="All Submissions" %} {% render_table table %}
Show all
{% endblock %}

Activity Feed

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