{% include 'patterns/organisms/layout/navbar.html' %}
{% include 'patterns/organisms/header/simple_header.html' with title="Stránka s formulářem" %}
{% include "patterns/atoms/form_fields/form_text.html" %}
{% include "patterns/atoms/form_fields/form_date.html" %}
{% include "patterns/atoms/form_fields/form_datetime.html" %}
{% include "patterns/atoms/form_fields/form_email.html" %}
{% include "patterns/atoms/form_fields/form_phone.html" %}
{% include "patterns/atoms/form_fields/form_select.html" %}
{% include "patterns/atoms/form_fields/form_radio.html" %}
{% include "patterns/atoms/form_fields/form_multiselect.html" %}
{% include "patterns/atoms/form_fields/form_textarea.html" %}
{% include "patterns/atoms/form_fields/form_checkbox.html" %}
{% include "patterns/atoms/form_fields/form_captcha.html" %}
{% comment %}
{% if field.widget_type == "select" %}