{% extends "base.html" %} {% block title %}{{ course.title or "Cold Call" }}{% endblock %} {% block body %}

{{ course.title or course.lti_context_id }}

{{ roster|length }} active students on the roster.

{% for student in roster %} {% endfor %}
NameEmail
{{ student.name }} {{ student.email or "" }}
{% endblock %}