{% extends "admin.html" %} {% block headtitle %}Scoring - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block content %}
{% for answer in answers %} {% endfor %}
{% if answer.presentation %}{{ answer.presentation }} - {% endif %}{{ answer.question_name }} {{ answer.answer|title }}

Back to Submissions

{% endblock %}