- {% if form.auto_remove_user.errors %}
- {{ form.auto_remove_user(class="custom-control-input form-stringfield", id="removeSwitch")}}
- {{ form.auto_remove_user.label(class="custom-control-label", for="removeSwitch")}}
-
- {% for error in form.auto_remove_user.errors %}
- {{ error }}
- {% endfor %}
-
- {% else %}
- {{ form.auto_remove_user(class="custom-control-input form-stringfield", id="removeSwitch")}}
- {{ form.auto_remove_user.label(class="custom-control-label", for="removeSwitch")}}
- {% endif %}
-