#446 remove crown

This commit is contained in:
Kenneth Kehl
2023-04-13 07:13:04 -07:00
parent 6587ed5223
commit 65ea248429
23 changed files with 47 additions and 276 deletions

View File

@@ -9,7 +9,7 @@ Service: {{ service.name }}
Organisation type: {{ service.organisation_type_label }}
Agreement signed: {{ organisation.agreement_signed|format_yes_no(none='Cant tell') }}
{%- if organisation.agreement_signed %}, for {{ current_service.organisation.name }}
{%- elif organisation.name %} (organisation is {{ organisation.name }}, {{ organisation.crown|format_yes_no(yes='a crown body', no='a non-crown body', none='crown status unknown') }})
{%- elif organisation.name %} (organisation is {{ organisation.name }})
{%- else %} (domain is {{ user.email_domain }})
{%- endif %}.
{%- if organisation.request_to_go_live_notes %} {{ organisation.request_to_go_live_notes }}{% endif %}