{% set page_title = 'Collection ' + collection.name %} {% extends "layout.html" %} {% block body %}
{% for dataset in collection.datasets %}
{% if dataset.has_thumbnail %} {% else %} {% endif %}

{% if dataset.description %} {{ dataset.description }} {% endif %}

{% endfor %} {% endblock %}