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 %}
|
{% for item in trip.travel %} {{ row[item.type](item) }} {% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if holidays %}
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
<h4>Holidays</h4>
|
<h4>Holidays</h4>
|
||||||
|
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if prev_trip %}
|
{% if prev_trip %}
|
||||||
|
|
Loading…
Reference in a new issue