{% load widget_tweaks %}
{{ form.name|add_class:"form-input"|attr:"autocomplete:off"|attr:"placeholder: " }} {% if form.name.errors %}
{{ form.name.errors }}
{% endif %}
{{ form.search|add_class:"form-input"|attr:"autocomplete:off"|attr:"placeholder: " }} {% if form.search.errors %}
{{ form.search.errors }}
{% endif %}
Search terms to match bookmarks in this bundle.
{{ form.any_tags|add_class:"form-input"|attr:"autocomplete:off"|attr:"autocapitalize:off" }}
At least one of these tags must be present in a bookmark to match.
{{ form.all_tags|add_class:"form-input"|attr:"autocomplete:off"|attr:"autocapitalize:off" }}
All of these tags must be present in a bookmark to match.
{{ form.excluded_tags|add_class:"form-input"|attr:"autocomplete:off"|attr:"autocapitalize:off" }}
None of these tags must be present in a bookmark to match.