{% load i18n %} {% if static_block.files.all %}
{% for file in static_block.files.all %} {% endfor %}
{% trans 'Title' %} {% trans 'Position' %}
{% else %} {% trans 'There are no files' %} {% endif %}