{% spaceless %}
{% if widget.show_value %}
{{ widget.unit }}
{% endif %} {% if widget.show_minmax %}
{{ widget.min }}{{ widget.unit }} {{ widget.max }}{{ widget.unit }}
{% endif %}
{% endspaceless %}