{% macro show_dataset(dataset, user)%}

Contains {{ dataset.num_rows }} rows
{{ dataset.description }}

{% if user.can_code(dataset) %} Code {% endif %} {% if user.can_edit(dataset) %} Edit {% endif %} {% if user.can_export(dataset) %} {% endif %}
{% endmacro %}