2021-10-11 14:15:25 +01:00
|
|
|
Service: {{ current_service.name }}
|
|
|
|
|
{{ url_for('main.service_dashboard', service_id=current_service.id, _external=True) }}
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
Organisation type: {{ current_service.organisation_type_label }}
|
2021-10-11 15:09:07 +01:00
|
|
|
{% if current_service.organisation.agreement_signed -%}
|
|
|
|
|
Agreement signed: Yes, on behalf of {{ current_service.organisation.name }}.
|
|
|
|
|
{%- else -%}
|
2021-10-11 14:15:25 +01:00
|
|
|
Agreement signed: {{ current_service.organisation.as_agreement_statement_for_go_live_request(current_user.email_domain) }}
|
2021-10-11 15:09:07 +01:00
|
|
|
{%- endif %}
|
2021-10-11 15:05:15 +01:00
|
|
|
{%- if current_service.organisation.request_to_go_live_notes %} {{ current_service.organisation.request_to_go_live_notes }}{% endif %}
|
2021-10-11 14:58:28 +01:00
|
|
|
{%- if current_service.organisation.agreement_signed_by %}
|
|
|
|
|
Agreement signed by: {{ current_service.organisation.agreement_signed_by.email_address }}
|
|
|
|
|
{% endif -%}
|
|
|
|
|
{%- if current_service.organisation.agreement_signed_on_behalf_of_email_address -%}
|
|
|
|
|
Agreement signed on behalf of: {{ current_service.organisation.agreement_signed_on_behalf_of_email_address }}
|
|
|
|
|
{%- endif %}
|
2021-10-11 14:15:25 +01:00
|
|
|
|
|
|
|
|
Emails in next year: {{ current_service.volume_email|format_thousands }}
|
|
|
|
|
Text messages in next year: {{ current_service.volume_sms|format_thousands }}
|
|
|
|
|
Letters in next year: {{ current_service.volume_letter|format_thousands }}
|
|
|
|
|
|
2021-10-11 14:26:46 +01:00
|
|
|
Consent to research: {{ current_service.consent_to_research|format_yes_no }}
|
|
|
|
|
Other live services for that user: {{ current_user.live_services|format_yes_no }}
|
2021-10-11 14:15:25 +01:00
|
|
|
|
|
|
|
|
Service reply-to address: {{ current_service.default_email_reply_to_address or "not set" }}
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
Request sent by {{ current_user.email_address }}
|