Your datasets
{% for dataset in datasets %}
{{ show_dataset(dataset, current_user) }}
{% endfor %}
{% from "macros.html" import show_dataset %}