{% extends "credentials/base_cred.html" %}
{% block title %}Contact us | Certification{% endblock %}
{% block meta_copydoc %}
{% endblock meta_copydoc %}
{% block content %}
{% with h1="Exit survey",
intro_text="Help us improve the quality of the exams.",
formid="4777",
lpId="7140",
returnURL="/credentialling/thank-you" %}
{% include "shared/_credentials-exit-survey.html" %}
{% endwith %}
{% endblock content %}