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