{% extends "base.html" %} {% block content %}

Recieved Content

Track and explore recent submissions

{% for submission in applicationsubmission_list %} {% empty %} There are no submissions to review. {% endfor %}
{{ submission }}
{% endblock %}