{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load static %} {% block extra_css %} {{ filter.form.media.css }} {% endblock %} {% block title %}Dashboard{% endblock %} {% block content %}
{% block page_header %}

Dashboard

{% endblock %} Apply admin
{% include "dashboard/includes/waiting-for-review.html" with in_review_count=in_review_count my_review=my_review display_more=display_more active_statuses_filter=active_statuses_filter %}
{% 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 %} {% if my_reviewed.data %}
{% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term use_search=True use_batch_actions=False heading="Your previous reviews" %} {% render_table my_reviewed %} {% if display_more_reviewed %} {% endif %}
{% endif %}
{% endblock %} {% block extra_js %} {{ filter.form.media.js }} {% endblock %}