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 }}
|
|
|
|
|
Agreement signed: {{ current_service.organisation.as_agreement_statement_for_go_live_request(current_user.email_domain) }}
|
|
|
|
|
|
|
|
|
|
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 }}
|