{% include 'horizon/common/_form_errors.html' with form=form %}
{% for field in form.visible_fields %}
{% if field.name in 'protocol_name' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=3 field_width=9 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'rdp_multi_monitors,rdp_full_screen' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'rdp_use_audio,rdp_use_microphone,rdp_use_printers,rdp_use_smartcards' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'rdp_use_local_drives' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'rdp_use_clipboard,rdp_ldap_domain,rdp_use_rdp_gateway,rdp_rdp_gateway_host,rdp_rdp_gateway_credential' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'spice_full_screen,spice_spice_preferred_compression' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'spice_use_audio,spice_redirect_usb_device,spice_spice_smartcard' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'spice_use_local_drives' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=6 field_width=6 %}
{% endif %}
{% endfor %}
{% for field in form.visible_fields %}
{% if field.name in 'enabled_for_editings' %}
{% include 'vdi/projects/_horizontal_field.html' with field=field label_width=9 field_width=3 %}
{% endif %}
{% endfor %}