{% include 'header.html' %} Justice Database

Justice Database

{% with messages = get_flashed_messages() %} {% if messages %}

{% endif %} {% endwith %} {% from "_formhelpers.html" import render_field %}
{{ form.fist_name_search.label }}
{{ form.fist_name_search()|safe }} {{ form.fist_name_search_selection }}
{{ form.surname_search.label }}
{{ form.surname_search()|safe }} {{ form.surname_search_selection }}
{{ form.birthday.label }}
{{ form.birthday }}
{{ form.obec_search.label }}
{{ form.obec_search()|safe }} {{ form.obec_search_selection }}
{{ form.ulice_search.label }}
{{ form.ulice_search()|safe }} {{ form.ulice_search_selection }}
{{ form.cp_search.label }}
{{ form.cp_search()|safe }} {{ form.cp_search_selection }}
{{ form.co_search.label }}
{{ form.co_search()|safe }} {{ form.co_search_selection }}
Vyhledávat údaje:
{{ form.person_actual_selection }}

{% include 'footer.html' %}