Hide holidays if empty

This commit is contained in:
Edward Betts 2024-01-16 18:10:13 +00:00
parent 44bf744361
commit 549ddd3b60

View file

@ -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 %}