{% load i18n %}
{% for widget in widget.subwidgets %} {% if forloop.first %} {% if upload_enabled %}
{% include widget.template_name %}
{% trans "or path:" %} {% endif %} {% else %}
{% include widget.template_name %}
{% endif %} {% endfor %}