diff --git a/prefix_finder/frontend/templates/list.html b/prefix_finder/frontend/templates/list.html index d042cf3..a9ced8f 100644 --- a/prefix_finder/frontend/templates/list.html +++ b/prefix_finder/frontend/templates/list.html @@ -52,7 +52,25 @@

Description

To find identifiers

+ {%if org_list.access.publicDatabase or org_list.access.onlineAccessDetails %} + {%if org_list.access.publicDatabase %} +

+ A public database is available for this list at {{ org_list.access.publicDatabase }}. +

+ {% endif %} + {%if org_list.access.onlineAccessDetails %} +

+ {{ org_list.access.onlineAccessDetails }} +

+ {% endif %} + {% else %} +

+ This list is not available online. You may need to contact the organization you plan to identify to ask if they have been given an identifier or registration number by {{ org_list.name.en }}. +

+ {% endif %} +

{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks}}

+ {% if org_list.links.opencorporates %}

This list can also be searched on OpenCorporates.

{% endif %}