{% from "macros.html" import show_dataset %} {{ project.name }}
{% include 'navigation.html' %} {% include 'flash.html' %}

{{ project.name }}

Datasets

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