{% extends "trix_student/base.django.html" %} {% load i18n %} {% block title %}{% trans "Choose course" %}{% endblock title %} {% block content %}
{% if num_courses > 0 %} {% for course in courses %}

{{ course }}

{{ course.description }}

{% endfor %} {% else %}

Looks like it's empty here...

{% endif %}
{% endblock content %}