{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block content %}

{% filter force_escape %} {% blocktrans %}You have been unenrolled from {{ course_name }}{% endblocktrans %} {% endfilter %}

{% filter force_escape %} {% blocktrans %}You have been unenrolled from the course {{ course_name }} by a member of the course staff. Please disregard the invitation previously sent.{% endblocktrans %} {% endfilter %}

{% filter force_escape %} {% blocktrans %}This email was automatically sent from {{ site_name }} to {{ email_address }}{% endblocktrans %} {% endfilter %}

{% endblock %}