{% extends 'base.html' %} {% load staticfiles %} {% block nav_title %} Grady, Sir. Delbert Grady. {% endblock nav_title %} {% block body_block %}
{# This is where all the messages pop up #} {% include "core/message_box.html" %}
{% for submission_type in submission_types %} {% endfor %}
Type Name Received Submissions
{{ submission_type }} {{ submission_type.submissions.all|length }}
{% endblock %}