{% from "macros.html" import show_dataset %} Cactool - Datasets
{% include 'navigation.html' %} {% include 'flash.html' %}

Your datasets

{% for dataset in datasets %} {{ show_dataset(dataset, current_user) }} {% endfor %}