{% load rich_text %} {% include "django/forms/widgets/input.html" %} {{ widget.label }} {% if widget.attrs.description %}
{{ widget.attrs.description|rich_text }}
{% endif %}