{% load i18n %}
{% blocktrans with course_identifier=course.identifier admin_uri=admin_uri %}
Dear course staff of {{ course_identifier }},

User '{{user}}' has requested permission to enroll in your course.
Please go to

{{ admin_uri }}

to approve or deny the request. To do so, select the course participations
in question and use the "Approve enrollment" or "Deny enrollment" admin
actions.

{% endblocktrans %}
{% blocktrans with RELATE="RELATE" %}- {{ RELATE }} staff {% endblocktrans %}
