{% if user %}

Prompt Help

List of commands
{% for command in commands %}
{{ command.expected }}
{{ command.__doc__ }}
{% endfor %}
Expressions
x = <expression>

Where x is the name of the new file, and expression is a mathematical expression including variables that reference other datasets.

Examples:

{% endif %}
Datasets:
{# Used in root_list.html #}
{% for dataset in datasets %}
{% if user %} {# = #} {% endif %} {{dataset.label}} {{ dataset.size|filesizeformat }}
{% endfor %}