{% extends "funds/base_submissions_table.html" %} {% load static %} {% block title %}Submissions{% endblock %} {% block content %}
{% 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 %}

All Submissions

{{ block.super }}
Show all
{% endblock %}

Activity Feed

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