diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-03-08 23:48:47 +0100 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-03-08 23:48:47 +0100 |
commit | 124e1afc9e91f0ad107db0cc311da7d7db4a65dc (patch) | |
tree | aa257a0937be38803de1bdda6ce04d89d9212ba8 /templates/extract-actual.html | |
parent | fb5cc7a66379baf38ce8a6223c20cd0d92ce370a (diff) | |
download | justice-124e1afc9e91f0ad107db0cc311da7d7db4a65dc.tar.gz |
minor bugfixes
Diffstat (limited to 'templates/extract-actual.html')
-rw-r--r-- | templates/extract-actual.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/extract-actual.html b/templates/extract-actual.html index 0539de9..1a08996 100644 --- a/templates/extract-actual.html +++ b/templates/extract-actual.html @@ -251,8 +251,10 @@ {% endfor %} {% if prokurist_common_text_notes|length > 0 %} <tr> + {% for i in range (prokurist_common_text_notes|length) %} <td></td> - <td>{{ prokurist_common_text_notes.prokura_text }}</td> + <td>{{ prokurist_common_text_notes[i].prokura_text }}</td> + {% endfor %} </tr> {% endif %} {% endif %} |