Neobjavljene zbirke v tem poročilu niso vključene

{% for row_dict in data['table'] %} {# #} {% endfor %}
Licenca OPSI Zbirke
{{row_dict['license_title']}} {% if not row_dict['license_title'] and row_dict['licence'] %}(Posebni pogoji){% endif %}{{h.linkify(row_dict['licence'])}} {% set names = row_dict['dataset_names'].split() %} {% set titles = row_dict['dataset_titles'].split('|') %} {% set truncate = 10 %} {{ titles|length }}: {% for name in names[:truncate] %} {{ titles[loop.index0] }}   {% endfor %} {% if names|length > truncate %} ... {% endif %}