aboutsummaryrefslogtreecommitdiffstats
path: root/templates/extract.html
blob: 3600cd50a962080295dc07545ffd3297f059eea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
{% include 'header.html' %}
{% for row in results %}
<!-- DO I NEED THIS HERE? -->
{% 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 %}

{% set undedrline_open_deleted = "<u>" %}
{% set undedrline_closed_deleted = "</u>" %}

<h1>Výpis z obchodního rejstříku</h1>
{% for i in range (row.soudni_zapis|length) %}
    {% if row.soudni_zapis[i].vymaz_datum == 0 %}
<h2>{{ row.nazev }}, {{ row.soudni_zapis[i].oddil }} {{ row.soudni_zapis[i].vlozka }} vedená u {{ row.soudni_zapis[i].soud }}</h2>
{% endif %}
{% endfor %}

<p><a href="/">Zpět na vyhledání</a></p>

<table class= "table" style="width: 100%">
    <!-- Display registration date -->
    <tr>
        <td style="width:15%">Datum vzniku a zápisu:</td>
        <td style="width:60%">{{row.zapis}}</td>
        <td style="width:25%"></td>
    </tr>
    <!-- END Display registration date -->

    <!-- Display court registration -->
    {% if row.soudni_zapis|length > 0 %}
    {% for i in range (row.soudni_zapis|length) %}
    <tr>
        <td>{% if i == 0%}Spisová značka:{% endif %}</td>
        {% if row.soudni_zapis[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.soudni_zapis[i].oddil }} {{ row.soudni_zapis[i].vlozka }} vedená u {{ row.soudni_zapis[i].soud }}  {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.soudni_zapis[i].zapis_datum }} {% if row.soudni_zapis[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.soudni_zapis[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %} 
    <!-- END Display court registrations -->

    <!-- Display business names -->
    {% if row.obchodni_firma|length > 0 %}
    {% for i in range (row.obchodni_firma|length) %}
    <tr>
        <td>{% if i == 0%}Obchodní firma:{% endif %}</td>
        {% if row.obchodni_firma[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.obchodni_firma[i].nazev_text }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.obchodni_firma[i].zapis_datum }} {% if row.obchodni_firma[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.obchodni_firma[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}    
    <!-- END Display business names -->

    <!-- Display registered office -->
    {% if row.sidlo_text|length > 0 %}
    {% for i in range (row.sidlo_text|length) %}
    <tr>
        <td>{% if i == 0%}Sídlo:{% endif %}</td>
        {% if row.sidlo_text[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.sidlo_text[i].sidlo_text }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.sidlo_text[i].zapis_datum }} {% if row.sidlo_text[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.sidlo_text[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display registered office -->
    
    <!-- Display ICO -->
    <tr>
        <td>Identifikační číslo:</td>
        <td>{{ ico_buffer|join("") }}{{ row.ico }}</td>
        <td>Zapsáno: {{row.zapis}}</td>
    </tr>
    <!-- END Display ICO -->

    <!-- Display legal form -->
    {% if row.pravni_forma_text|length > 0 %}
    {% for i in range (row.pravni_forma_text|length) %}
    <tr>
        <td>{% if i == 0%}Právní forma:{% endif %}</td>
        {% if row.pravni_forma_text[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.pravni_forma_text[i].pravni_forma_text.pravni_forma }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.pravni_forma_text[i].zapis_datum }} {% if row.pravni_forma_text[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.pravni_forma_text[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}    
    <!-- END Display legal form -->

    <!-- Display registered capital -->
    {% if row.zakladni_kapital|length > 0 %}
    {% for i in range (row.zakladni_kapital|length) %}
    <tr>
        <td>{% if i == 0%}Základní kapitál:{% endif %}</td>
        {% if row.zakladni_kapital[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}

        <!-- TODO: Have backend handle this -->
        {% if row.zakladni_kapital[i].vklad_typ == "KORUNY" %}
            {% set vklad_typ_symbol = "Kč" %}
            {% set vklad_typ_description = row.zakladni_kapital[i].vklad_hodnota %}
        {% elif row.zakladni_kapital[i].vklad_typ == "EURA" %}
            {% set vklad_typ_symbol = "euro" %}
            {% set vklad_typ_description = row.zakladni_kapital[i].vklad_hodnota %}
        {% else %}
            {% set vklad_typ_symbol = "" %}
            {% set vklad_typ_description = row.zakladni_kapital[i].vklad_hodnota %}
        {% endif %}           

        {% if row.zakladni_kapital[i].splaceni_typ == "KORUNY" %}
            {% set splaceni_typ_symbol = "Kč" %}
            {% set splaceni_typ_description = row.zakladni_kapital[i].splaceni_hodnota %}
        {% elif row.zakladni_kapital[i].splaceni_typ == "PROCENTA" %}
            {% set splaceni_typ_symbol = "%" %}
            {% set splaceni_typ_description = row.zakladni_kapital[i].splaceni_hodnota %}
        {% elif row.zakladni_kapital[i].splaceni_typ == "EURA" %}
            {% set splaceni_typ_symbol = "euro" %}
            {% set splaceni_typ_description = row.zakladni_kapital[i].splaceni_hodnota %}
        {% else %}
            {% set splaceni_typ_symbol = "" %}
            {% set splaceni_typ_description = row.zakladni_kapital[i].splaceni_hodnota %}
        {% endif %}  

        <td>{{ underlne_style_open|safe }} {% for elem in row.zakladni_kapital[i].my_rep() %} {{elem}}<br>{% endfor %} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.zakladni_kapital[i].zapis_datum }} {% if row.zakladni_kapital[i].vymaz_datum != 0 %} <br> Vymazáno: {{ row.zakladni_kapital[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display registered capital -->

    <!-- Display area of business -->
    {% if row.predmet_podnikani|length > 0 %}
    {% for i in range (row.predmet_podnikani|length) %}
    <tr>
        <td>{% if i == 0%}Předmět podnikání:{% endif %}</td>
        {% if row.predmet_podnikani[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.predmet_podnikani[i].predmet_podnikani.predmet_podnikani }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.predmet_podnikani[i].zapis_datum }} {% if row.predmet_podnikani[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.predmet_podnikani[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display area of business -->

    <!-- Display areas of activities -->
    {% if row.predmet_cinnosti|length > 0 %}
    {% for i in range (row.predmet_cinnosti|length) %}
    <tr>
        <td>{% if i == 0%}Předmět činnosti:{% endif %}</td>
        {% if row.predmet_cinnosti[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.predmet_cinnosti[i].predmet_cinnosti.predmet_cinnosti }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.predmet_cinnosti[i].zapis_datum }} {% if row.predmet_cinnosti[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.predmet_cinnosti[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display areas of activities -->

    <!-- Display purpose -->
    {% if row.ucel|length > 0 %}
    {% for i in range (row.ucel|length) %}
    <tr>
        <td>{% if i == 0%}Účel:{% endif %}</td>
        {% if row.ucel[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.ucel[i].ucel.ucel }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.ucel[i].zapis_datum }} {% if row.ucel[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.ucel[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display purpose -->

    <!-- Display statutory bodies -->
    {% if row.statutarni_organ_text|length > 0 %}
    {% for i in range (row.statutarni_organ_text|length) %}
    <tr>
        <td>{{ row.statutarni_organ_text[i].statutarni_organ_text.statutarni_organ_text }}:</td>
        {% if row.statutarni_organ_text[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }}  {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.statutarni_organ_text[i].zapis_datum }} {% if row.statutarni_organ_text[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.statutarni_organ_text[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    
    <!-- Insert Board Members -->
    {% if row.statutarni_organ_text[i].clenove|length > 0 %}
    {% for j in range (row.statutarni_organ_text[i].clenove|length) %}
    <tr>
        <td style = padding-left:2em>{% if row.statutarni_organ_text[i].clenove[j].funkce != "0" %} {{ row.statutarni_organ_text[i].clenove[j].funkce }} {% endif %}</td>
        {% if row.statutarni_organ_text[i].clenove[j].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}          
        <td>{{ underlne_style_open|safe }} 
            {% if row.statutarni_organ_text[i].clenove[j].jmeno != None %}{{ row.statutarni_organ_text[i].clenove[j].jmeno }}
            {% else %}{{ row.statutarni_organ_text[i].clenove[j].jmeno_po.nazev}}{% if row.statutarni_organ_text[i].clenove[j].jmeno_po.reg_cislo != 0 %}, reg č. {{ row.statutarni_organ_text[i].clenove[j].jmeno_po.reg_cislo }}{% endif %}{% if row.statutarni_organ_text[i].clenove[j].jmeno_po.ico != 0 %}, IČ <a href="/{{ row.statutarni_organ_text[i].clenove[j].jmeno_po.ico }}">{{ row.statutarni_organ_text[i].clenove[j].jmeno_po.ico }}</a>{% endif %} {% endif %}<br> 
            {{ row.statutarni_organ_text[i].clenove[j].adresa }} 
            {% if row.statutarni_organ_text[i].clenove[j].funkce_od != 0 %}<br>Den vzniku funkce: {{ row.statutarni_organ_text[i].clenove[j].funkce_od}}{% endif %}
            {% if row.statutarni_organ_text[i].clenove[j].funkce_do != 0 %}<br>Den zániku funkce: {{ row.statutarni_organ_text[i].clenove[j].funkce_do}}{% endif %}
            {% if row.statutarni_organ_text[i].clenove[j].clenstvi_od != 0 %}<br>Den vzniku členství: {{ row.statutarni_organ_text[i].clenove[j].clenstvi_od}}{% endif %}
            {% if row.statutarni_organ_text[i].clenove[j].clenstvi_do != 0 %}<br>Den zániku členství: {{ row.statutarni_organ_text[i].clenove[j].clenstvi_do}}{% endif %}            
            {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.statutarni_organ_text[i].clenove[j].zapis_datum }} {% if row.statutarni_organ_text[i].clenove[j].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.statutarni_organ_text[i].clenove[j].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    {% endfor %}
    {% endif %}
    <!-- End Insert of Board Members -->      

    <!-- Insert Number of Members -->
    {% if row.statutarni_organ_text[i].pocet_clenu|length > 0 %}
    {% for j in range (row.statutarni_organ_text[i].pocet_clenu|length) %}
    <tr>    
        <td style = padding-left:2em>{% if j == 0%}Počet členů:{% endif %}</td>
        {% if row.statutarni_organ_text[i].pocet_clenu[j].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.statutarni_organ_text[i].pocet_clenu[j].pocet_clenu_value }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.statutarni_organ_text[i].pocet_clenu[j].zapis_datum }} {% if row.statutarni_organ_text[i].pocet_clenu[j].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.statutarni_organ_text[i].pocet_clenu[j].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Insert Number of Members -->

    <!-- Display method of representation -->
    {% if row.statutarni_organ_text[i].zpusoby_jednani|length > 0 %}
    {% for j in range (row.statutarni_organ_text[i].zpusoby_jednani|length) %}
    <tr>    
        <td style = padding-left:2em>{% if j == 0%}Způsob jednání:{% endif %}</td>
        {% if row.statutarni_organ_text[i].zpusoby_jednani[j].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.statutarni_organ_text[i].zpusoby_jednani[j].zpusob_jednani.zpusob_jednani_text }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.statutarni_organ_text[i].zpusoby_jednani[j].zapis_datum }} {% if row.statutarni_organ_text[i].zpusoby_jednani[j].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.statutarni_organ_text[i].zpusoby_jednani[j].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display method of representation -->

    {% endfor %}
    {% endif %}
    <!-- END Display statutory bodies -->

    <!--Display supervisory board-->
    {% if row.dozorci_rada_text|length > 0 %}
    {% for i in range (row.dozorci_rada_text|length) %}
    <tr>
        <td>Dozorčí rada:</td>
        {% if row.dozorci_rada_text[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }}  {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.dozorci_rada_text[i].zapis_datum }} {% if row.dozorci_rada_text[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.dozorci_rada_text[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>

    <!-- Display Supervisory Board Members -->
    {% if row.dozorci_rada_text[i].clenove|length > 0 %}
    {% for j in range (row.dozorci_rada_text[i].clenove|length) %}
    <tr>
        <td style = padding-left:2em>{% if row.dozorci_rada_text[i].clenove[j].funkce != "0" %} {{ row.dozorci_rada_text[i].clenove[j].funkce }} {% endif %}</td>
        {% if row.dozorci_rada_text[i].clenove[j].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}          
        <td>{{ underlne_style_open|safe }}
            {% if row.dozorci_rada_text[i].clenove[j].jmeno != None %}{{ row.dozorci_rada_text[i].clenove[j].jmeno }}
            {% else %}{{ row.dozorci_rada_text[i].clenove[j].jmeno_po.nazev}}{% if row.dozorci_rada_text[i].clenove[j].jmeno_po.reg_cislo != 0 %}, reg č. {{ row.dozorci_rada_text[i].clenove[j].jmeno_po.reg_cislo }}{% endif %}{% if row.dozorci_rada_text[i].clenove[j].jmeno_po.ico != 0 %}, IČ <a href="/{{ row.dozorci_rada_text[i].clenove[j].jmeno_po.ico }}">{{ row.dozorci_rada_text[i].clenove[j].jmeno_po.ico }}</a>{% endif %} {% endif %}<br>
            {{ row.dozorci_rada_text[i].clenove[j].adresa }} 
            {% if row.dozorci_rada_text[i].clenove[j].funkce_od != 0 %}<br>Den vzniku funkce: {{ row.dozorci_rada_text[i].clenove[j].funkce_od}}{% endif %}
            {% if row.dozorci_rada_text[i].clenove[j].funkce_do != 0 %}<br>Den zániku funkce: {{ row.dozorci_rada_text[i].clenove[j].funkce_do}}{% endif %}
            {% if row.dozorci_rada_text[i].clenove[j].clenstvi_od != 0 %}<br>Den vzniku členství: {{ row.dozorci_rada_text[i].clenove[j].clenstvi_od}}{% endif %}
            {% if row.dozorci_rada_text[i].clenove[j].clenstvi_do != 0 %}<br>Den zániku členství: {{ row.dozorci_rada_text[i].clenove[j].clenstvi_do}}{% endif %}            
            {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.dozorci_rada_text[i].clenove[j].zapis_datum }} {% if row.dozorci_rada_text[i].clenove[j].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.dozorci_rada_text[i].clenove[j].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    {% endfor %}
    {% endif %}
    <!-- End Display Supervisory Board Members -->      

    <!-- Display Number of Supervisory Board Members -->
    {% if row.dozorci_rada_text[i].pocet_clenu|length > 0 %}
    {% for j in range (row.dozorci_rada_text[i].pocet_clenu|length) %}
    <tr>    
        <td style = padding-left:2em>{% if j == 0%}Počet členů:{% endif %}</td>
        {% if row.dozorci_rada_text[i].pocet_clenu[j].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.dozorci_rada_text[i].pocet_clenu[j].pocet_clenu_value }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.dozorci_rada_text[i].pocet_clenu[j].zapis_datum }} {% if row.dozorci_rada_text[i].pocet_clenu[j].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.dozorci_rada_text[i].pocet_clenu[j].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    <!-- END Display Number of Supervisory Board Members -->    
    {% endfor %}
    {% endif %}

    {% endfor %}
    {% endif %}

    <!--END Display supervisory board-->

    <!-- Display prokurist -->
    {% if row.prokurista|length > 0 %}
    <tr>
        <td>Prokura:</td>
        <td></td>
        <td></td>
    </tr>
    {% for i in range (row.prokurista|length) %}
    <tr>
        <td></td>
        {% if row.prokurista[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }}
            {{ row.prokurista[i].jmeno }}<br> 
            {{ row.prokurista[i].adresa }}{% if row.prokurista[i].text_prokurista != "0" %}<br>{{ row.prokurista[i].text_prokurista }}{% endif %}{{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.prokurista[i].zapis_datum }} {% if row.prokurista[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.prokurista[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    {% endfor %}
    <!-- Insert common text for prokura -->
    {% for i in range (row.prokura_common_text|length) %}
    <tr>
        <td></td>
        {% if row.prokura_common_text[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.prokura_common_text[i].prokura_text }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.prokura_common_text[i].zapis_datum }} {% if row.prokura_common_text[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.prokura_common_text[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    {% endfor %}
    <!-- End of a common text for prokura -->
    {% endif %}
    <!-- END Display prokurist -->

    <!-- Display sole shareholder -->
    {% if row.jediny_akcionar|length > 0 %}
    <tr>
        <td>Jediný akcionář:</td>
        <td></td>
        <td></td>
    </tr>
    {% for i in range (row.jediny_akcionar|length) %}
    <tr>
        <td></td>
        {% if row.jediny_akcionar[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {% if row.jediny_akcionar[i].akcionar_po_id == None %}{{ row.jediny_akcionar[i].jmeno }}{% endif %}   
            {% if row.jediny_akcionar[i].akcionar_fo_id == None %} {{ row.jediny_akcionar[i].oznaceni_po.nazev }}{% if row.jediny_akcionar[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ row.jediny_akcionar[i].oznaceni_po.reg_cislo }}{% endif %}{% if row.jediny_akcionar[i].oznaceni_po.ico != 0 %}, IČ <a href="/{{ row.jediny_akcionar[i].oznaceni_po.ico }}">{{ row.jediny_akcionar[i].oznaceni_po.ico }}</a>{% endif %} {% endif %} 
            <br>{{row.jediny_akcionar[i].adresa}} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.jediny_akcionar[i].zapis_datum }} {% if row.jediny_akcionar[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.jediny_akcionar[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>
    {% endfor %}
    {% endif %}
    <!-- END Display sole shareholder -->

    <!-- Display shareholders -->
    {% if row.spolecnici|length > 0 %}
    <tr>
        <td>Společníci:</td>
        <td></td>
        <td></td>
    </tr>
    {% for i in range (row.spolecnici|length) %}
    <tr>
        <td style = padding-left:2em>Společník:</td>
        {% if row.spolecnici[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {% if row.spolecnici[i].spolecnik_po_id == None %}{{ row.spolecnici[i].jmeno }}{% endif %}   
            {% if row.spolecnici[i].spolecnik_fo_id == None %} {{ row.spolecnici[i].oznaceni_po.nazev }}{% if row.spolecnici[i].oznaceni_po.reg_cislo != 0 %}, reg č. {{ row.spolecnici[i].oznaceni_po.reg_cislo }}{% endif %}{% if row.spolecnici[i].oznaceni_po.ico != 0 %}, IČ <a href="/{{ row.spolecnici[i].oznaceni_po.ico }}">{{ row.spolecnici[i].oznaceni_po.ico }}</a>{% endif %} {% endif %} 
            <br>{{row.spolecnici[i].adresa}} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.spolecnici[i].zapis_datum }} {% if row.spolecnici[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.spolecnici[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
        <!-- Insert individual ownership interests -->
        {% if row.spolecnici[i].podily|length > 0 %}
            
            {% for j in range (row.spolecnici[i].podily|length) %}
            <tr>
                <td style = padding-left:4em>Podíl:</td>
                {% if row.spolecnici[i].podily[j].vymaz_datum != 0 %}
                    {% set underlne_style_open = undedrline_open_deleted %}
                    {% set underlne_style_close = undedrline_closed_deleted %}
                {% else %}
                    {% set underlne_style_open = "" %}
                    {% set underlne_style_close = "" %}
                {% endif %}
                <td>{{ underlne_style_open|safe }} 
                        {% for elem in row.spolecnici[i].podily[j].my_rep() %}
                            {{ elem }}<br>
                        {% endfor %}
                    {{ underlne_style_close|safe }}
                </td>
                <td>{{ underlne_style_open|safe }}Zapsáno: {{ row.spolecnici[i].podily[j].zapis_datum }} {% if row.spolecnici[i].podily[j].vymaz_datum != 0 %}<br>Vymazáno: {{ row.spolecnici[i].podily[j].vymaz_datum }}{% endif %}{{ underlne_style_close|safe }}</td>
            </tr>
            {% endfor %}
        {% endif %}
        <!-- END of individual ownership interests -->

    </tr>
    {% endfor %}
    {% endif %}
    <!-- END Display shareholders -->

    <!-- Display shares -->
    {% if row.akcie|length > 0 %}
    {% for i in range (row.akcie|length) %}
    <tr>
        <td>{% if i == 0%}Akcie:{% endif %}</td>
        {% if row.akcie[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.akcie[i] }} {% if row.akcie[i].akcie_text != "0"  %} <br> {{ row.akcie[i].akcie_text }} {% endif %} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.akcie[i].zapis_datum }} {% if row.akcie[i].vymaz_datum != 0 %} <br> Vymazáno: {{ row.akcie[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Display shares -->

    <!-- Description of insolvency event -->
    {% if row.insolvence|length > 0 %}
    {% for i in range (row.insolvence|length) %}
    <tr>
        <td>{% if i == 0%}Údaje o insolvencích:{% endif %}</td>
        {% if row.insolvence[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.insolvence[i].insolvency_event }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.insolvence[i].zapis_datum }} {% if row.insolvence[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.insolvence[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
    <!-- END Description of insolvency event -->

<!-- Description of bankruptcy event -->
    {% if row.konkurz|length > 0 %}
    {% for i in range (row.konkurz|length) %}
    <tr>
        <td>{% if i == 0%}Údaje o konkurzech:{% endif %}</td>
        {% if row.konkurz[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.konkurz[i].konkurz_event }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.konkurz[i].zapis_datum }} {% if row.konkurz[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.konkurz[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}    
<!-- END Description of bankruptcy event -->

<!-- Insert other information -->
    {% if row.ostatni_skutecnosti|length > 0 %}
    {% for i in range (row.ostatni_skutecnosti|length) %}
    <tr>
        <td>{% if i == 0%}Ostatní skutečnosti:{% endif %}</td>
        {% if row.ostatni_skutecnosti[i].vymaz_datum != 0 %}
            {% set underlne_style_open = undedrline_open_deleted %}
            {% set underlne_style_close = undedrline_closed_deleted %}
        {% else %}
            {% set underlne_style_open = "" %}
            {% set underlne_style_close = "" %}
        {% endif %}
        <td>{{ underlne_style_open|safe }} {{ row.ostatni_skutecnosti[i].ostatni_skutecnost }} {{ underlne_style_close|safe }}</td>
        <td>{{ underlne_style_open|safe }} Zapsáno: {{ row.ostatni_skutecnosti[i].zapis_datum }} {% if row.ostatni_skutecnosti[i].vymaz_datum != 0 %} <br>   Vymazáno: {{ row.ostatni_skutecnosti[i].vymaz_datum }} {% endif %} {{ underlne_style_close|safe }}</td>
    </tr>    
    {% endfor %}
    {% endif %}
<!-- END Insert other information -->
</table>
    
{% endfor %}

{% if results|length == 0 %}
<p>Nothing found here. <a href = "/">Back to search.</a></p>
{% endif %}

{% include 'footer.html' %}