{% extends "elearning.html" %} {% load staticfiles %} {% block headstyle %} {% endblock %} {% block headtitle %}Your Information - {{ course }} - {{ block.super }}{% endblock %} {% block content %}

Please complete the information below to download your certificate:

{% csrf_token %} {% include "partials/form.html" with form=form %} Cancel
{% endblock %} {% block footerscript %} {% endblock %}