You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a <strong>{{ result.listType }}</strong> list.
21
21
{% if result.listType = "primary" %}
22
22
Organisations are generally entered into this list when they are registered
23
-
{%if result.structure %} as a {{ result.structure_titles|join_or:True }} {% endif %}
23
+
{%if result.structure %} as a {{ result.structure_titles|join_or:True }} {% endif %}
24
24
{% if result.subnationalCoverage %}
25
25
in {{ result.subnationalCoverage_titles|join_or }}.
26
26
{% else %}
27
27
in {{ result.coverage_titles|join_or }}.
28
28
{% endif %}
29
29
{% endif %}
30
30
{% if result.listType = "secondary" %}
31
-
{% if result.structure %}{{ result.structure_titles|join_or }} organisations{% else %}{% if result.sector %}{{ result.sector_titles|join_or }} organisations{%else%} Organisations{% endif %}{% endif %} may be entered onto this offical list as a result of a transaction with the list owner.
31
+
{% if result.structure %}{{ result.structure_titles|join_or }} organisations{% else %}{% if result.sector %}{{ result.sector_titles|join_or }} organisations{%else%} Organisations{% endif %}{% endif %} may be entered onto this offical list as a result of a transaction with the list owner.
32
32
{% endif %}
33
33
{% if result.listType = "third_party" %}
34
34
This list is maintained by a third-party who may or may not have had interactions or transactions with the organiastions listed.
0 commit comments