Bewaesserungsanlage/Webserver/Templates/dashboard/pipeline.html

10 lines
122 B
HTML
Raw Normal View History

2022-08-25 15:37:54 +02:00
2022-08-27 00:29:22 +02:00
{% for job in zoneManager.pipeLine %}
{% include "dashboard/irrigationJob.html" %}
{% endfor %}