We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf0fbf + 6b1f307 commit f5e078fCopy full SHA for f5e078f
prefix_finder/frontend/templates/list.html
@@ -63,8 +63,14 @@ <h2>Description</h2>
63
</ul>
64
65
<div class="single-meta-info__instructions">
66
- <h3>To find identifiers</h3>
67
- <p>{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks}}</p>
+ <h3>Search options</h3>
+ {% if org_list.access.onlineAccessDetails %}
68
+ <p>{{ org_list.access.onlineAccessDetails|urlize|linebreaks }}</p>
69
+ {% endif %}
70
+ <h3>Find and use identifiers</h3>
71
+ {% if org_list.access.guidanceOnLocatingIds %}
72
+ <p>{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks }}</p>
73
74
</div>
75
76
0 commit comments