{% extends "emails/base.html" %} {% load i18n %} {% block content %}
{{ assignment.description }}
{% if assignment.deadline_days > 0 %}
{% blocktranslate %}Please submit your responses within:{% endblocktranslate %}
{% blocktranslate with deadline_days=assignment.deadline_days %}{{ deadline_days }} days{% endblocktranslate %}
{% translate "Please click the link below to access and submit your assignment:" %}
{% blocktranslate %}If you wish to unsubscribe from this course, please click here{% endblocktranslate %}.
{% endblock %}