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 %} |