{% from 'macros/dataset.html' import dataset_collapsible %}
{% if items | length == 0 %}

No Datasets found :)

{% else %} {% with swap_target="#dataset-page" %} {% include 'includes/pagination-buttons.html' %} {% endwith %}
slug title created {% if review %}{% endif %}
{% for dataset in items %} {{ dataset_collapsible(dataset, review=review, config=config, types=types) }} {% endfor %}
{% with swap_target="#dataset-page" %} {% include 'includes/pagination-buttons.html' %} {% endwith %} {% endif %}