{% extends "cms/home.html" %} {% load sekizai_tags static crispy_forms_tags i18n thumbnail %} {% block content %} {# Display any warning or error messages associated with the previous form submission #}
{% trans "Select instructor" %} {% for instructor in instructor_list %} {{ instructor.fullName }} {% endfor %}