{% extends "base.html" %} {% load compress %} {% load static %} {% load i18n %} {% block js %} {{ block.super }} {% compress js %} {% endcompress %} {% endblock %} {% block wrapper_classes %} wrapper-course-lesson {% endblock %} {% block body_attrs %} ng-app="certification" {% endblock %} {% block content %}
{% include "_admin_header_inline.html" with course=course hide_editable_fields=True %}
{% include 'administration/_alert.html' %} Back to templates list
{% verbatim %} {% endverbatim %}
{% verbatim %} {% endverbatim %}
{% verbatim %}
Receipt
Certificate
Course Conclusion
{{ ct.course_name }}

User name here

Receipt
Certificate
Course Conclusion
{{ ct.course_name }}

Person Name

{% endverbatim %}
{% endblock %}