{% load i18n %} {{ title }}
{% if student_name %}{% trans "Student" %}: {{student_name}}
{% endif %} {% if course_name %}{% trans "Course" %}: {{course_name}}
{% endif %} {% trans "Date" %}: {% now "DATE_FORMAT" %}
REPORT_GOES_HERE