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
{% for code, title, disabled in lookups.structure %}
18
+
<option{%ifquery.structure == code%}selected{%elifdisabled%}disabled{%endif%}value="{{code}}">{% if title|slice:"1" in "A,E,I,O,U"|slice:',' %}An{%else%}A{%endif%} {{title|lower}}</option>
{% for code, title, disabled in lookups.substructure %}
27
+
<option{%ifquery.substructure == code%}selected{%elifdisabled%}disabled{%endif%}value="{{code}}">{% if title|slice:"1" in "A,E,I,O,U"|slice:',' %}An{%else%}A{%endif%} {{title|lower}}</option>
Use the list code <code>{{ result.code }}</code> and an identifier found at <ahref="{{ result.url }}" target="_blank">{{ result.url|truncatechars:100 }}</a>
This is a <strong>{{ result.listType }}</strong> list.
21
+
{% if result.listType = "primary" %}
22
+
Organisations are generally entered into this list when they are registered
23
+
{% if result.structure %} as a {{ result.structure_titles|join_with:'or'|lower }} {% endif %}
24
+
{% if result.subnationalCoverage %}
25
+
in {{ result.subnationalCoverage_titles|join_with:'or' }}.
26
+
{% else %}
27
+
in {{ result.coverage_titles|join_with:'or' }}.
28
+
{% endif %}
29
+
{% endif %}
30
+
{% if result.listType = "secondary" %}
31
+
{% if result.structure %}{{ result.structure_titles|join_with:'or' }} organisations{% else %}{% if result.sector %}{{ result.sector_titles|join_with:'or' }} organisations{% else %} Organisations{% endif %}{% endif %} may be entered onto this offical list as a result of a transaction with the list owner.
32
+
{% endif %}
33
+
{% if result.listType = "third_party" %}
34
+
This list is maintained by a third-party who may or may not have had interactions or transactions with the organiastions listed.
35
+
{% endif %}
36
+
{% if result.listType = "local" %}
37
+
This list is maintained by a single organisation for their own business purpose.
38
+
{% endif %}
39
+
</p>
40
+
{% if result.coverage %}<p>
41
+
This list covers the following countries: {{ result.coverage_titles|join_with:'and' }}.
42
+
</p>{% endif %}
43
+
{% if result.structure %}<p>
44
+
It includes organisations of the following types: {{ result.structure_titles|join_with:'or' }}.
45
+
</p>{% endif %}
46
+
{% if result.sector %}<p>
47
+
It includes organisations working in the following sectors: {{ result.sector_titles|join_with:'or' }}
0 commit comments