{% if user %}

List of commands
{% for command in commands %}
{{ command.expected }}
{{ command.__doc__ }}
{% endfor %}
{% endif %}
Datasets:
{# Used in root_list.html #}
{% for dataset in datasets %}
{% if user %} {# = #} {% endif %} {{dataset.label}} {{ dataset.size|filesizeformat }}
{% endfor %}