{% 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 %} Create templates {% include 'administration/_alert.html' %} {% verbatim %} Certificates and Receipts Templates {{ certificate.name || certificate.course_name }} Receipt Certificate No certificates found Loading certificates... {% endverbatim %} {% endblock %}
No certificates found
Loading certificates...