{% extends "uds/html5/templates/base.html" %} {% load i18n %} {% block body %}
{% trans "Downloads" %}

{% trans "This page contains a list of downloadables provided by different modules" %}

{% for f in files %}

{{ f.name }}

{{ f.comment|safe }}

{% endfor %}
{% endblock %}