Hide holidays if empty
This commit is contained in:
parent
44bf744361
commit
549ddd3b60
|
@ -72,6 +72,7 @@
|
|||
{% for item in trip.travel %} {{ row[item.type](item) }} {% endfor %}
|
||||
</div>
|
||||
|
||||
{% if holidays %}
|
||||
<div class="mt-3">
|
||||
<h4>Holidays</h4>
|
||||
|
||||
|
@ -90,6 +91,7 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
{% if prev_trip %}
|
||||
|
|
Loading…
Reference in a new issue