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