{% extends "admin/master.html" %} {% import 'admin/layout.html' as layout with context %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% from "govuk_frontend_jinja/components/button/macro.html" import govukButton %} {% block beforeContent %} {{ govukBackLink({"text": "Back", "href": url_for('collection_lifecycle.tasklist', grant_id=grant.id, collection_id=collection.id) }) }} {% endblock %} {% block action_panel %}
Let grant recipient users know that their {{ collection.type.constants.singular }} is ready to complete. This email is sent to all data providers for all grant recipients for {{ collection.grant.name }}.
{% elif email_type == enum.report_admin_email_type_enum.DEADLINE_REMINDER %}Let grant recipient users know that there is only one week left until their {{ collection.type.constants.singular }} needs to be submitted for {{ collection.grant.name }}. This email is sent to all data providers and certifiers for grant recipients that have not yet submitted this {{ collection.type.constants.singular }}.
Let grant recipient users know that the submission deadline has passed for {{ collection.grant.name }}. This email is sent to all data providers and certifiers for grant recipients that have not yet fully submitted this {{ collection.type.constants.singular }}.
Let grant recipient users know that the {{ collection.type.constants.singular }} has now closed and no further changes can be made to their submissions. This email is sent to all data providers for all grant recipients for {{ collection.grant.name }}.
{% endif %}