{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% block title %}OTF Dashboard{% endblock %} {% block content %}
{% block page_header %}

Received Submissions

Track and explore recent submissions
{% endblock %}
{% include "dashboard/includes/search.html" %}
{% if filter %}
{{ filter.form.as_p }}
{% endif %} {% render_table table %}
{% endblock %} {% block extra_js %} {{ filter.form.media }} {% endblock %}