logo

Course

Hub

Students in Course {{ course_id }}

Completed Students

Total Students: {{ total_students }}

{% if messages %}
{% for message in messages %}

{{ message }}

{# Using safe to render HTML properly #} {% endfor %}
{%endif%} {% for student in students %} {% endfor %}
Student ID Full Name Email Certify
{{ student.userId }} {{ student.profile.name.fullName }} {{ student.profile.emailAddress }}
{% csrf_token %} {% if student.userId in completed_students %} {% else %} {% endif %}