{% extends "xprez/modules/base.html" %} {% load i18n %} {% block content %} {% if module.title %}

{{ module.title }}

{% endif %} {% for item in items %}

{% include "xprez/shared/icons/download.html" %} {{ item.get_description }} {% if item.get_file_extension %}{{ item.get_file_extension }}{% endif %}

{% endfor %} {% endblock %}