{% extends 'base.html' %} {% block content %} {% load static %}
Top Quiz Scorer: {{ room_stat.top_quiz_scorer_user.last_name }}
Top Assignment Scorer: {{ room_stat.top_assignment_scorer_user.first_name }}
Top Exam Scorer: {{ room_stat.top_exam_scorer_user.first_name }}
{% endfor %} {% endblock %}