{% extends "messages/email/applicant_base.html" %}
{% block content %}
An {{ ORG_SHORT_NAME }} staff member has changed the reporting frequency of {{ source.title }}.
The new schedule is: {{ config.get_frequency_display }}
The next report is due: {{ config.current_due_report.end_date }}
Title: {{ source.title }}
Link: {{ request.scheme }}://{{ request.get_host }}{{ source.get_absolute_url }}
{% endblock %}