{% extends "qommon/forms/widget.html" %} {% block widget-control %} {% for option in widget.get_options %} {{ option.description }} {% empty %} {% if widget.separate_hint or not widget.hint %} --- {% endif %} {% endfor %}