{% if label %} {% include "components/label.html" with for=id|default:name label=label required=required %} {% endif %} {{ slot|safe }} {% if help_text %}

{{ help_text }}

{% endif %} {% if error %}

{{ error }}

{% endif %}