{% if item.type in ['URLField'] %} {{ item.label(class=theme.form.url_label_class, style=theme.form.url_label_style) }} {% endif %} {% if item.errors %} {{ item(class=theme.form.url_error_class) }}