Only use ‘on behalf of’ to refer to person

Since we’ve introduced the ‘on behalf of’ wording to the go live ticket
(to talk about who the agreement has been signed on behalf of) it’s
confusing to use the same terminology to talk about the organisation
for whom the agreement has been accepted.
This commit is contained in:
Chris Hill-Scott
2021-10-11 16:24:41 +01:00
parent c670926eaf
commit 12d5c4f900
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,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 %}, on behalf of {{ current_service.organisation.name }}
{%- 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') }})
{%- else %} (domain is {{ user.email_domain }})
{%- endif %}.