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
<p>The code for this list is <br/><code>{{ org_list.code }}</code>. When you have located the organization you wish to identify in this list, you should either:</p>
24
25
<p>Enter it in an identifier database field prefixed with <code>{{ org_list.code }}</code>.</p>
25
-
<h2>Example</h2>
26
26
<pre>
27
27
<code>{{ org_list.code }}-[ IDENTIFIER ]</code>
28
28
</pre>
29
-
<p>Or, use it within a two-part identifier, with <code>{{ org_list.code }}</code> as the 'scheme', and the identifier you have located as the 'identifier' field. </p>
29
+
{% if org_list.access.exampleIdentifiers|length >= 1 %}
30
+
{% if org_list.access.exampleIdentifiers|length = 1 %}
31
+
<h2>Example</h2>
32
+
{% else %}
33
+
<h2>Examples</h2>
34
+
{% endif %}
35
+
<pre>
36
+
{% for x in org_list.access.exampleIdentifiers|slice:":3" %}
37
+
<code>{{ org_list.code }}-{{ x }}</code>
38
+
{% endfor %}
39
+
</pre>
40
+
{% endif %}
41
+
<p>Alternatively, use it within a two-part identifier, with <code>{{ org_list.code }}</code> as the 'scheme', and the identifier you have located as the 'identifier' field. </p>
<p>You can suggest an edit to our information about this list by <ahref="https://github.com/org-id/register/issues/new">posting an issue</a> or <ahref="https://github.com/org-id/register">submitting a pull request</a>.</p>
79
+
<p>The <ahref="http://docs.org-id.guide/en/latest/contribute/#proposing-a-correction-or-update" target="_blank">contributors handbook</a> details how to propose changes to an existing list, and how you can request or propose a new list.</p>
<ahref="{% url "list" result.code %}" class="button"><iclass="material-icons"title="More information about this list">info_outline</i></a>
62
62
</footer>
63
63
</article>
64
64
</div>
@@ -71,8 +71,10 @@ <h4>Sectors</h4>
71
71
<h1>Possible Lists</h1>
72
72
{% if all_results.recommended %}
73
73
<p>It's possible you will find the organization(s) you are looking for in one of the lists below…</p>
74
-
{% else %}
74
+
{% elif all_result.suggested %}
75
75
<p>No alternative results.</p>
76
+
{% else %}
77
+
<p>No alternative results. Think there should be a list here? You can make a request, read the <ahref="http://docs.org-id.guide/en/latest/contribute/" target="_blank">contributors handbook</a> for details on how to request or propose a new list.</p>
0 commit comments