{% for widget in widget.subwidgets %}
{% if forloop.first %}min{% else %}max{% endif %}
{% include widget.template_name %}
{% endfor %}