{% extends "emails/base.html" %} {% load i18n %} {% block content %}

{% translate "Hello there," %}

{% blocktranslate with course_title=course_title %}Congratulations on completing the course "{{ course_title }}"!{% endblocktranslate %}

{% translate "To finalize your official Certificate of Completion, we need to verify how you would like your name to appear. Please follow the link below to submit your preferred name:" %}

{% translate "Submit Name" %}

{% translate "Best regards," %}
{% blocktranslate with organization_name=organization_name %}{{ organization_name }} Team{% endblocktranslate %}

{% endblock %}