{{ dataset.get_label() }}

{% if current_user.is_authenticated %} {% endif %}
{% if dataset.children %}

Analysis results

{% endif %}
    {% for child in dataset.children %} {% include "result-child.html" %} {% endfor %}
{% if dataset.num_rows > 0 and dataset.processors|length > 0 and current_user.is_authenticated %} {% endif %}