{% extends "qommon/forms/widget.html" %} {% load qommon i18n %} {% block widget-control %} {% if request.quixote_request.is_in_backoffice %} {% endif %} {% endblock %} {% block widget-hint %} {% if widget.hint %}
{{widget.hint}}
{% endif %} {% endblock %}