NB The full lists of datasets are available in the CSV & JSON downloads

{% for row in table %} {% endfor %}
Publisher Top-level Publisher Datasets only in PDF
{{row['organization title']}} {{row['top-level organization title']}} {% set names = row['name datasets only pdf'].split() %} {% set titles = row['title datasets only pdf'].split('|') %} {% set truncate = 5 %} {{row['num datasets only pdf']}}: {% for name in names[:truncate] %} {{ titles[loop.index0] }}   {% endfor %} {% if names|length > truncate %} ... {% endif %}