{% extends "trix_student/base.django.html" %} {% load i18n %} {% block title %}{% trans "Trix - student" %}{% endblock title %} {% block body %}
{% for course in object_list %}

{{ course.course_tag }}

{{ course.description }}

{% endfor %}
{% endblock body %}