{% include 'header.html' %} {% for row in results %} {% set insolvency_notes = [] %} {% for elem in row.insolvence %} {% set insolvency_notes = insolvency_notes.append(elem.insolvency_event) %} {% endfor %} {% set predmety_podnikani_notes = [] %} {% for i in range (row.predmet_podnikani|length) %} {% if row.predmet_podnikani[i].vymaz_datum == 0 %} {% set predmety_podnikani_notes = predmety_podnikani_notes.append(row.predmet_podnikani[i].predmet_podnikani.predmet_podnikani) %} {% endif %} {% endfor %} {% set predmety_cinnosti_notes = [] %} {% for i in range (row.predmet_cinnosti|length) %} {% if row.predmet_cinnosti[i].vymaz_datum == 0 %} {% set predmety_cinnosti_notes = predmety_cinnosti_notes.append(row.predmet_cinnosti[i].predmet_cinnosti.predmet_cinnosti) %} {% endif %} {% endfor %} {% set ucel_notes = [] %} {% for i in range (row.ucel|length) %} {% if row.ucel[i].vymaz_datum == 0 %} {% set ucel_notes = ucel_notes.append(row.ucel[i].ucel.ucel) %} {% endif %} {% endfor %} {% set zakladni_kapital_notes = [] %} {% for i in range (row.zakladni_kapital|length) %} {% if row.zakladni_kapital[i].vymaz_datum == 0 %} {% set zakladni_kapital_notes = zakladni_kapital_notes.append(row.zakladni_kapital[i]) %} {% endif %} {% endfor %} {% set statutarni_organ_notes = [] %} {% for i in range (row.statutarni_organ_text|length) %} {% if row.statutarni_organ_text[i].vymaz_datum == 0 %} {% set statutarni_organ_notes = statutarni_organ_notes.append(row.statutarni_organ_text[i]) %} {% endif %} {% endfor %} {% set spolecnici_notes = [] %} {% for i in range (row.spolecnici|length) %} {% if row.spolecnici[i].vymaz_datum == 0 %} {% set spolecnici_notes = spolecnici_notes.append(row.spolecnici[i]) %} {% endif %} {% endfor %} {% set vacant_shares_notes = [] %} {% for i in range (row.spolecnici_uvolneny_podil|length) %} {% if row.spolecnici_uvolneny_podil[i].vymaz_datum == 0 %} {% set vacant_shares_notes = vacant_shares_notes.append(row.spolecnici_uvolneny_podil[i]) %} {% endif %} {% endfor %} {% set common_shares_notes = [] %} {% for i in range (row.spolecnici_spolecny_podil|length) %} {% if row.spolecnici_spolecny_podil[i].vymaz_datum == 0 %} {% set common_shares_notes = common_shares_notes.append(row.spolecnici_spolecny_podil[i]) %} {% endif %} {% endfor %} {% set sole_shareholder_notes = [] %} {% for i in range (row.jediny_akcionar|length) %} {% if row.jediny_akcionar[i].vymaz_datum == 0 %} {% set sole_shareholder_notes = sole_shareholder_notes.append(row.jediny_akcionar[i]) %} {% endif %} {% endfor %} {% set ubo_notes = [] %} {% for i in range (row.ubo|length) %} {% if row.ubo[i].vymaz_datum == 0 %} {% set ubo_notes = ubo_notes.append(row.ubo[i]) %} {% endif %} {% endfor %} {% set shares_notes = [] %} {% for i in range (row.akcie|length) %} {% if row.akcie[i].vymaz_datum == 0 %} {% set shares_notes = shares_notes.append(row.akcie[i]) %} {% endif %} {% endfor %} {% set dozorci_rada_notes = [] %} {% for i in range (row.dozorci_rada_text|length) %} {% if row.dozorci_rada_text[i].vymaz_datum == 0 %} {% set dozorci_rada_notes = dozorci_rada_notes.append(row.dozorci_rada_text[i]) %} {% endif %} {% endfor %} {% set prokurist_notes = [] %} {% for i in range (row.prokurista|length) %} {% if row.prokurista[i].vymaz_datum == 0 %} {% set prokurist_notes = prokurist_notes.append(row.prokurista[i]) %} {% endif %} {% endfor %} {% set prokurist_common_text_notes = [] %} {% for i in range (row.prokura_common_text|length) %} {% if row.prokura_common_text[i].vymaz_datum == 0 %} {% set prokurist_common_text_notes = prokurist_common_text_notes.append(row.prokura_common_text[i]) %} {% endif %} {% endfor %} {% set ostatni_skutecnosti_notes = [] %} {% for i in range (row.ostatni_skutecnosti|length) %} {% if row.ostatni_skutecnosti[i].vymaz_datum == 0 %} {% set ostatni_skutecnosti_notes = ostatni_skutecnosti_notes.append(row.ostatni_skutecnosti[i]) %} {% endif %} {% endfor %} {% set insolvency_notes = [] %} {% for i in range (row.insolvence|length) %} {% if row.insolvence[i].vymaz_datum == 0 %} {% set insolvency_notes = insolvency_notes.append(row.insolvence[i].insolvency_event) %} {% endif %} {% endfor %} {% set konkurz_notes = [] %} {% for i in range (row.konkurz|length) %} {% if row.konkurz[i].vymaz_datum == 0 %} {% set konkurz_notes = konkurz_notes.append(row.konkurz[i].konkurz_event) %} {% endif %} {% endfor %} {% if insolvency_notes|length > 0 %} {% set table_style = "table table-danger" %} {% elif loop.index % 2 == 0 %} {% set table_style = "table table-light" %} {% else %} {% set table_style = "table table-secondary" %} {% endif %} {% if row.ico|length != 8 %} {% set ico_buffer = [] %} {% for i in range (8 - row.ico|length) %} {% set ico_buffer = ico_buffer.append("0") %} {% endfor %} {% else %} {% set ico_buffer = "" %} {% endif %}
Datum vzniku a zápisu: | {{row.zapis}} |
Spisová značka: | {% for i in range (row.soudni_zapis|length) %} {% if row.soudni_zapis[i].vymaz_datum == 0 %}{{ row.soudni_zapis[i].oddil }} {{ row.soudni_zapis[i].vlozka }} vedená u {{ row.soudni_zapis[i].soud }} | {% endif %} {% endfor %}
Obchodní firma: | {% for i in range (row.obchodni_firma|length) %} {% if row.obchodni_firma[i].vymaz_datum == 0 %}{{ row.obchodni_firma[i].nazev_text }} | {% endif %} {% endfor %}
Sídlo: | {% for i in range (row.sidlo_text|length) %} {% if row.sidlo_text[i].vymaz_datum == 0 %}{{ row.sidlo_text[i].sidlo_text }} | {% endif %} {% endfor %}
Identifikační číslo: | {{ ico_buffer|join("") }}{{ row.ico }} |
Právní forma: | {% for i in range (row.pravni_forma_text|length) %} {% if row.pravni_forma_text[i].vymaz_datum == 0 %}{{ row.pravni_forma_text[i].pravni_forma_text.pravni_forma }} | {% endif %} {% endfor %}
Základní kapitál: | {% for elem in zakladni_kapital_notes[0].my_rep() %} {{elem}} {% endfor %} |
{% if i == 0%}Předmět podnikání:{% endif %} | {{ predmety_podnikani_notes[i] }} |
{% if i == 0%}Předmět činnosti:{% endif %} | {{ predmety_cinnosti_notes[i] }} |
{% if i == 0%}Účel:{% endif %} | {{ ucel_notes[i] }} |
{{ statutarni_organ_notes[i].statutarni_organ_text.statutarni_organ_text }}: | |
{% if statutarni_organ_notes[i].clenove[j].funkce != "0" %} {{ statutarni_organ_notes[i].clenove[j].funkce }} {% endif %} | {% if statutarni_organ_notes[i].clenove[j].jmeno != None %}{{ statutarni_organ_notes[i].clenove[j].jmeno }}
{% else %}{{ statutarni_organ_notes[i].clenove[j].jmeno_po.nazev}}{% if statutarni_organ_notes[i].clenove[j].jmeno_po.reg_cislo != 0 %}, reg č. {{ statutarni_organ_notes[i].clenove[j].jmeno_po.reg_cislo }}{% endif %}{% if statutarni_organ_notes[i].clenove[j].jmeno_po.ico != 0 %}, IČ {{ statutarni_organ_notes[i].clenove[j].jmeno_po.ico }}{% endif %} {% endif %} {{ statutarni_organ_notes[i].clenove[j].adresa }} {% if statutarni_organ_notes[i].clenove[j].funkce_od != 0 %} Den vzniku funkce: {{ statutarni_organ_notes[i].clenove[j].funkce_od}}{% endif %} {% if statutarni_organ_notes[i].clenove[j].clenstvi_od != 0 %} Den vzniku členství: {{ statutarni_organ_notes[i].clenove[j].clenstvi_od}}{% endif %} |
Počet členů: | {{ statutarni_organ_notes[i].pocet_clenu[j].pocet_clenu_value }} |
Způsob jednání: | {{ statutarni_organ_notes[i].zpusoby_jednani[j].zpusob_jednani.zpusob_jednani_text }} |
Dozorčí rada: | |
{% if dozorci_rada_notes[i].clenove[j].funkce != "0" %} {{dozorci_rada_notes[i].clenove[j].funkce }} {% endif %} | {% if dozorci_rada_notes[i].clenove[j].jmeno != None %}{{ dozorci_rada_notes[i].clenove[j].jmeno }}
{% else %}{{ dozorci_rada_notes[i].clenove[j].jmeno_po.nazev}}{% if dozorci_rada_notes[i].clenove[j].jmeno_po.reg_cislo != 0 %}, reg č. {{ dozorci_rada_notes[i].clenove[j].jmeno_po.reg_cislo }}{% endif %}{% if dozorci_rada_notes[i].clenove[j].jmeno_po.ico != 0 %}, IČ {{ dozorci_rada_notes[i].clenove[j].jmeno_po.ico }}{% endif %} {% endif %} {{ dozorci_rada_notes[i].clenove[j].adresa }} {% if dozorci_rada_notes[i].clenove[j].funkce_od != 0 %} Den vzniku funkce: {{ dozorci_rada_notes[i].clenove[j].funkce_od}}{% endif %} {% if dozorci_rada_notes[i].clenove[j].clenstvi_od != 0 %} Den vzniku členství: {{ dozorci_rada_notes[i].clenove[j].clenstvi_od}}{% endif %} |
Počet členů: | {{ dozorci_rada_notes[i].pocet_clenu[j].pocet_clenu_value }} |
{% if i == 0%}Prokura:{% endif %} | {{ prokurist_notes[i].jmeno}} {{ prokurist_notes[i].adresa }}{% if prokurist_notes[i].text_prokurista != "0" %} {{ prokurist_notes[i].text_prokurista }}{% endif %} |
{{ prokurist_common_text_notes[i].prokura_text }} | {% endfor %}|
{% if i == 0%}Jediný akcionář:{% endif %} | {% if sole_shareholder_notes[i].akcionar_po_id == None %}{{ sole_shareholder_notes[i].jmeno }}{% endif %}
{% if sole_shareholder_notes[i].akcionar_fo_id == None %} {{ sole_shareholder_notes[i].oznaceni_po.nazev }}{% if sole_shareholder_notes[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ sole_shareholder_notes[i].oznaceni_po.reg_cislo }}{% endif %}{% if sole_shareholder_notes[i].oznaceni_po.ico != 0 %}, IČ {{ sole_shareholder_notes[i].oznaceni_po.ico }}{% endif %} {% endif %}
{{sole_shareholder_notes[i].adresa}} |
Společníci: | |
Společník: | {% if spolecnici_notes[i].spolecnik_po_id == None %}{{ spolecnici_notes[i].jmeno }}{% endif %}
{% if spolecnici_notes[i].spolecnik_fo_id == None %} {{ spolecnici_notes[i].oznaceni_po.nazev }}{% if spolecnici_notes[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ spolecnici_notes[i].oznaceni_po.reg_cislo }}{% endif %}{% if spolecnici_notes[i].oznaceni_po.ico != 0 %}, IČ {{ spolecnici_notes[i].oznaceni_po.ico }}{% endif %} {% endif %}
{{spolecnici_notes[i].adresa}} |
Podíl: |
{% for elem in spolecnik_podily[k].my_rep() %}
{{ elem }} {% endfor %} |
Uvolněný obchodní podíl: | {% if vacant_shares_notes[i].text_uvolneny_podil != "0" %}{{ vacant_shares_notes[i].text_uvolneny_podil }}{% endif %} |
Podíl: |
{% for elem in vacant_shares[k].my_rep() %}
{{ elem }} {% endfor %} |
Společný obchodní podíl: | {% if common_shares_notes[i].text_spolecny_podil != "0" %}{{ common_shares_notes[i].text_spolecny_podil }}{% endif %} |
Podíl: |
{% for elem in common_shares[k].my_rep() %}
{{ elem }} {% endfor %} |
Podílník: |
{% if common_shares_shareholders[k].podilnik_fo_id != None %}
{{ common_shares_shareholders[k].jmeno }}
{% else %}
{{ common_shares_shareholders[k].oznaceni_po.nazev }}{% if common_shares_shareholders[k].oznaceni_po.reg_cislo != 0 %}, reg č. {{ common_shares_shareholders[k].oznaceni_po.reg_cislo }}{% endif %}{% if common_shares_shareholders[k].oznaceni_po.ico != 0 %}, IČ {{ common_shares_shareholders[k].oznaceni_po.ico }}{% endif %}
{% endif %}
{{ common_shares_shareholders[k].adresa }} |
Konečný vlastník: | |
{{ubo_notes[i].jmeno }}{% if ubo_notes[i].jmeno.adresa|length > 0 %}, {{ubo_notes[i].jmeno.adresa }} {% endif %}
{% if ubo_notes[i].postaveni != "0" %} {{ ubo_notes[i].postaveni }}{% endif %} {% if ubo_notes[i].koncovyPrijemceText != "0" %} {{ ubo_notes[i].koncovyPrijemceText }}{% endif %} |
|
{% if i == 0%}Akcie:{% endif %} | {{ shares_notes[i] }} {% if shares_notes[i].akcie_text != "0" %} {{ shares_notes[i].akcie_text }} {% endif %} |
{% if i == 0%}Údaje o insolvencích:{% endif %} | {{ insolvency_notes[i] }} |
{% if i == 0%}Údaje o konkurzech:{% endif %} | {{ konkurz_notes[i] }} |
{% if i == 0%}Údaje o trestních odsouzeních:{% endif %} | Rozsudek první instance: {{ row.criminal_record[i].first_instance }} |
Rozsudek druhé instance: {{ row.criminal_record[i].second_instance }} | |
Dotčené předpisy: {{ row.criminal_record[i].paragraphs }} | |
Udělené tresty: {{ row.criminal_record[i].penalties }} | |
{% if i == 0%}Ostatní skutečnosti:{% endif %} | {{ ostatni_skutecnosti_notes[i].ostatni_skutecnost }} |
Nothing found here. Back to search.
{% endif %} {% include 'footer.html' %}