{% if data.table.0 == {} %}

Prosimo, izberite organizacijo

{% else %} {% for dataset in data.table %} {% endfor %}
Organizacija Skrbniki Uredniki
{{ dataset.publisher_title }} {% with %} {% set admins = dataset.admins.split('\n') %} {% for admin in admins %} {{admin}}
{% endfor %} {% endwith %}
{% with %} {% set editors = dataset.editors.split('\n') %} {% for editor in editors %} {{editor}}
{% endfor %} {% endwith %}
{% endif %}