{% extends "admin.html" %} {% block headtitle %}Scoring - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
{% if submissions %} {% for submission in submissions %} {% endfor %}
Name Email
{{ submission.member }} {{ submission.member.user.email }}
{% else %}

There have not been any submissions to this evaluation.

{% endif %}

Back to Evaluation

{% endblock %}