<%! from django.utils.translation import ugettext as _ %> <%inherit file="../main.html" /> <%namespace name='static' file='../static_content.html'/> <%block name="title">${_("Courses")}
    %for course in courses:
  • <%include file="../course.html" args="course=course" />
  • %endfor