{% extends "html/index.html" %} {% block fileexchange_active %}active{% endblock %} {% block content %}

File Exchange {{macros.inline_help(help.fileexchange_main)}}

Download all

{% if files %} {% for f in files %} {% endfor %}
# Name Size Date
{{loop.index}} {{f.name}} {{f.size}} {{f.date}}
{% endif %}
{% endblock %}