{% load sekizai_tags %} {% load static %} {% load customtags %} {% addtoblock "css" %} {% endaddtoblock %}

Datasets

{% for checkbox in form.dataset__in %} {% with idx=forloop.counter0 %} {% with name_and_url=form.dataset__in.field.names_and_urls|index:idx %}
{{ checkbox.tag }}
{% if show_percent %}{{ stats.datasets|percent:idx }}%{% else %}{{ stats.datasets|index:idx }}{% endif %}
{% endwith %} {% endwith %} {% endfor %}
{% include 'dataexplorer/help/tooltip.html' with side="left" position="bottom" image='dataexplorer/help/institutions.gif' markdown='dataexplorer/help/institutions.md' %}