{% load i18n %}
{% trans 'min' %} {% if unit %} ({{ unit }}) {% endif %}
{% with widget=widget.subwidgets.0 %}{% include widget.template_name %}{% endwith %}
 
{% trans 'max' %} {% if unit %} ({{ unit }}) {% endif %}
{% with widget=widget.subwidgets.1 %}{% include widget.template_name %}{% endwith %}