aboutsummaryrefslogtreecommitdiffstats
path: root/templates/extract-actual.html
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-10-17 20:33:33 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-10-17 20:33:33 +0200
commit946b1802edd31db493641a9a04111c2e4141f2cf (patch)
tree4d21a82641f90ddec0ea5218f8e6f5b05d782519 /templates/extract-actual.html
parent8ce7411bc08f0be3e75287d06b8356c103a014e2 (diff)
downloadjustice-946b1802edd31db493641a9a04111c2e4141f2cf.tar.gz
update how the ubo address is displayed
Diffstat (limited to 'templates/extract-actual.html')
-rw-r--r--templates/extract-actual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/extract-actual.html b/templates/extract-actual.html
index 691dae3..9a82bff 100644
--- a/templates/extract-actual.html
+++ b/templates/extract-actual.html
@@ -499,7 +499,7 @@
{% for i in range (ubo_notes|length) %}
<tr>
<td></td>
- <td>{{ubo_notes[i].jmeno }} {{ubo_notes[i].jmeno.adresa }}
+ <td>{{ubo_notes[i].jmeno }}{% if ubo_notes[i].jmeno.adresa|length > 0 %}, {{ubo_notes[i].jmeno.adresa }} {% endif %}
{% if ubo_notes[i].postaveni != "0" %}<br>{{ ubo_notes[i].postaveni }}{% endif %}
{% if ubo_notes[i].koncovyPrijemceText != "0" %}<br>{{ ubo_notes[i].koncovyPrijemceText }}{% endif %}
</td>