{% extends widget.get_base_template %} {% load i18n thumbnail %} {% block content %}
{% for category_file in widget.category.files %} {% with category_file.file as file %}
{% include "widget/mediagallery/_image.html" %}
{% endwith %} {% endfor %}
{% endblock %}