aboutsummaryrefslogtreecommitdiffstats
path: root/templates/results_entities.html
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-01 22:07:55 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-01 22:07:55 +0200
commita21983cbae1d7e2b7d1c0de694799a57a3886bd3 (patch)
tree1a83bb0c6a6308d8a366cd612111af497eaf9919 /templates/results_entities.html
parentd5be03206a83c09751d9c9bc73e0ad960d0dc487 (diff)
downloadjustice-a21983cbae1d7e2b7d1c0de694799a57a3886bd3.tar.gz
further update search by legal persons in a role
Diffstat (limited to 'templates/results_entities.html')
-rw-r--r--templates/results_entities.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/results_entities.html b/templates/results_entities.html
index 3b87fc5..b45b65f 100644
--- a/templates/results_entities.html
+++ b/templates/results_entities.html
@@ -59,8 +59,7 @@
{% endif %}
{% endfor %}
- <!-- Insert once data on supervisory board members (natural persons) are available -->
- <!-- {% for elem in row.supervisory_board_member_association %}
+ {% for elem in row.supervisory_board_member_association %}
{% if selection_method == "actual_results" and elem.vymaz_datum != 0 %}
{% set xxx = [] %}
{% else %}
@@ -75,7 +74,7 @@
{% set x = my_dict.__setitem__("zapis", elem.dozorci_rada.company.zapis) %}
{% set test_list = test_list.append(my_dict) %}
{% endif %}
- {% endfor %} -->
+ {% endfor %}
{% for elem in test_list %}
{% if count.value % 2 == 0 %}