Display OPB table if exist

This commit is contained in:
Waldek 2020-06-27 20:10:41 +02:00 committed by GitHub
parent 025e678875
commit 9ee16e9578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@
</tr>
{% endfor %}
</table>
{% if _table['OPENBRIDGES']|length >0 %}
<br>
<table style="table-layout:fixed;width:100%; font: 10pt arial, sans-serif">
<tr style="width:100%; font: 10pt arial, sans-serif; background-color:#12ad2a; color:white">
@ -90,4 +90,5 @@
</tr>
{% endfor %}
</table>
{% endif %}
</fieldset>