Skip to content

Commit

Permalink
Add accessions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 17, 2024
1 parent e0f9cd3 commit ee93bb1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/templates/catalogue/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 class="tna-heading-l">Visiting {{ data.name }}</h2>
<h2 class="tna-heading-l">Key information</h2>
<dl class="tna-dl tna-dl--plain">
<dt>ARCHON code</dt>
<dd>{{ data.archon }}</dd>
<dd>{{ data.archon_code }}</dd>
</dl>
{% if data.information %}
<div class="etna-space-above">
Expand Down Expand Up @@ -141,6 +141,17 @@ <h3 class="tna-heading-m">Paper catalogues available to view at The National Arc
</ul>
</div>
{% endif %}
{% if data.accumulation_dates %}
<h3 class="tna-heading-m">Accessions</h3>
<p>These are selected lists of new or additional collections that were acquired by this archive during a specific year. If a date is not displayed there are no accessions for that year.</p>
<ul class="tna-ul">
{% for year in data.accumulation_dates %}
<li>
<a href="https://www.nationalarchives.gov.uk/accessions/{{ year }}/{{ year[2:] }}returns/{{ year[2:] }}ac{{ data.archon_code }}.htm">Accessions for {{ year }}</a>
</li>
{% endfor %}
</ul>
{% endif %}
<h2 class="tna-heading-l">Other finding aids</h2>
<ul class="tna-ul">
<li>
Expand Down

0 comments on commit ee93bb1

Please sign in to comment.