{% if show_form == True %} {% include 'search_form_entity.html' %} {% else %} {% include 'header.html' %} {% endif %} {% set count = namespace(value=0) %} {% for row in results %} {% set test_list = [] %} {% for elem in row.spolecnik_association %} {% if selection_method == "actual_results" and elem.vymaz_datum != 0 %} {% set xxx = [] %} {% else %} {% set my_dict = {} %} {% set x = my_dict.__setitem__("adresa", elem.adresa) %} {% set x = my_dict.__setitem__("funkce", "společník") %} {% set x = my_dict.__setitem__("nazev", elem.company.nazev) %} {% set x = my_dict.__setitem__("ico", elem.company.ico) %} {% set x = my_dict.__setitem__("oddil", elem.company.oddil) %} {% set x = my_dict.__setitem__("vlozka", elem.company.vlozka) %} {% set x = my_dict.__setitem__("soud", elem.company.soud) %} {% set x = my_dict.__setitem__("zapis", elem.company.zapis) %} {% set test_list = test_list.append(my_dict) %} {% endif %} {% endfor %} {% for elem in row.sole_shareholder_association %} {% if selection_method == "actual_results" and elem.vymaz_datum != 0 %} {% set xxx = [] %} {% else %} {% set my_dict = {} %} {% set x = my_dict.__setitem__("adresa", elem.adresa) %} {% set x = my_dict.__setitem__("funkce", "jediný akcionář") %} {% set x = my_dict.__setitem__("nazev", elem.company.nazev) %} {% set x = my_dict.__setitem__("ico", elem.company.ico) %} {% set x = my_dict.__setitem__("oddil", elem.company.oddil) %} {% set x = my_dict.__setitem__("vlozka", elem.company.vlozka) %} {% set x = my_dict.__setitem__("soud", elem.company.soud) %} {% set x = my_dict.__setitem__("zapis", elem.company.zapis) %} {% set test_list = test_list.append(my_dict) %} {% endif %} {% endfor %} {% for elem in row.statut_org_association %} {% if selection_method == "actual_results" and elem.vymaz_datum != 0 %} {% set xxx = [] %} {% else %} {% set my_dict = {} %} {% set x = my_dict.__setitem__("adresa", elem.adresa) %} {% set x = my_dict.__setitem__("funkce", elem.funkce) %} {% set x = my_dict.__setitem__("nazev", elem.statutarni_organ.company.nazev) %} {% set x = my_dict.__setitem__("ico", elem.statutarni_organ.company.ico) %} {% set x = my_dict.__setitem__("oddil", elem.statutarni_organ.company.oddil) %} {% set x = my_dict.__setitem__("vlozka", elem.statutarni_organ.company.vlozka) %} {% set x = my_dict.__setitem__("soud", elem.statutarni_organ.company.soud) %} {% set x = my_dict.__setitem__("zapis", elem.statutarni_organ.company.zapis) %} {% set test_list = test_list.append(my_dict) %} {% endif %} {% endfor %} {% for elem in row.supervisory_board_member_association %} {% if selection_method == "actual_results" and elem.vymaz_datum != 0 %} {% set xxx = [] %} {% else %} {% set my_dict = {} %} {% set x = my_dict.__setitem__("adresa", elem.adresa) %} {% set x = my_dict.__setitem__("funkce", elem.funkce) %} {% set x = my_dict.__setitem__("nazev", elem.dozorci_rada.company.nazev) %} {% set x = my_dict.__setitem__("ico", elem.dozorci_rada.company.ico) %} {% set x = my_dict.__setitem__("oddil", elem.dozorci_rada.company.oddil) %} {% set x = my_dict.__setitem__("vlozka", elem.dozorci_rada.company.vlozka) %} {% set x = my_dict.__setitem__("soud", elem.dozorci_rada.company.soud) %} {% set x = my_dict.__setitem__("zapis", elem.dozorci_rada.company.zapis) %} {% set test_list = test_list.append(my_dict) %} {% endif %} {% endfor %} {% for elem in test_list %} {% if count.value % 2 == 0 %} {% set table_style = "table table-light" %} {% else %} {% set table_style = "table table-secondary" %} {% endif %}
Název: | {{ row.nazev }} | {% if row.ico != 0 %}IČO: | {{ row.ico }} | {% else %}Zahraniční reg. č.: | {{ row.reg_cislo }} | {% endif %}
Adresa: | {{ elem.adresa }} | Angažmá: | {{ elem.funkce }} | ||
ve společnosti: | |||||
Název subjektu: | {{ elem.nazev }} | IČO: | {{ elem.ico }} | ||
Spisová značka: | {{elem.oddil}} {{elem.vlozka}} vedená u {{elem.soud}} | Den zápisu: | {{elem.zapis}} |