{% load i18n %}
{% load tz %}
{{ assignment.title }}

{% translate "Hello there," %}

{% translate "This is a reminder to complete your assignment." %}{% if deadline_time %}{% blocktranslate with deadline=deadline_time|timezone:"UTC"|date:"Y-m-d H:i e" %}The assignment link is valid until {{ deadline }}.{% endblocktranslate %}{% endif %}

{% translate "Please click the link below to access and submit your assignment:" %}
{{ link }}


{% translate "Unsubscribe link:" %} {{ unsubscribe_link }}
