{% extends "messages/email/applicant_base.html" %}
{% block content %}
A report is due for {{ source.title }} on {{ report.end_date }}.
More information can be found on the project page:
{{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}
{% endblock %}