{% extends "emails/base.html" %} {% load i18n %} {% load tz %} {% block content %}
{% translate "Hello," %}
{% blocktranslate with content_title=content_title course_title=course_title %}Your deadline for the {{content_title}} has passed, so your enrollment for {{course_title}} has been deactivated.{% endblocktranslate %}
{% translate "Want to try again? You can re-enroll and restart the course from the beginning at any time." %}
{% translate "Best regards," %}
{% blocktranslate with organization_name=organization_name %}{{ organization_name }} Team{% endblocktranslate %}