{% extends "base-apply.html" %} {% load i18n static %} {% load render_table from django_tables2 %} {% block title %}{% trans "Rounds" %}{% endblock %} {% block extra_css %} {{ filter.form.media.css }} {% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Rounds" %}{% endslot %} {% slot sub_heading %}{% trans "Explore current and past rounds" %}{% endslot %} {% endadminbar %}
{% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term use_batch_actions=False %} {% render_table table %}
{% endblock %} {% block extra_js %} {{ filter.form.media.js }} {% endblock %}