{% if field.type != 'HiddenField' %}
{% if not label and label != "" %}{% set label=field.label.text %}{% endif %}
{% if label %}{% endif %}
{% endif %}
{{ field(class_=fieldclass or 'form-control', **kwargs) }}
{% if hint %}
{{ hint | safe }}
{% endif %}
{{ render_errors(field) }}
{% if field.type != 'HiddenField' and label_visible %}
{% if not label and label != "" %}{% set label=field.label.text %}{% endif %}
{% if label %}{% endif %}
{% endif %}
{{ prefix }}
{{ field(class_=fieldclass or 'form-control', **kwargs) }}
{% if field.type != 'HiddenField' and label_visible %}
{% if not label and label != "" %}{% set label=field.label.text %}{% endif %}
{% if label %}{% endif %}
{% endif %}
{{ prefix }}
{{ field(class_=fieldclass or 'form-control', **kwargs) }}
{{ _("View") }}
{% if label_visible %}
{% if not label and label != "" %}{% set label=field.label.text %}{% endif %}
{% if label %}{% endif %}
{% endif %}
{% for value, label, checked in field.iter_choices() %}
{% endfor %}
{% if hint %}
{{ hint | safe }}
{% endif %}
{{ render_errors(field) }}