Tankliste {{ time }}

{% if tanks is defined %} {% for tank in tanks %} {% endfor %} {% endif %}
Bezeichnung Firma PLZ Ort Füllmedium Status Alarm Min Bestellwert Aktueller Wert Alarm Max Füllwert Stand
{{ tank.tankData.name }} {{ tank.tankData.company }} {{ tank.tankData.city }} {{ tank.tankData.gastype|raw }} {% for status, count in tank.statusSummary %} {% if count > 0 %} {{ count }} {% endif %} {% endfor %} {% if tank.portData.primaryport.alarm_min is defined %} {{ tank.portData.primaryport.alarm_min }} {% else %} {% if tank.portData.primaryport.isDigital is defined and tank.portData.primaryport.isDigital == true %} {% else %} Keine Daten eingetragen {% endif %} {% endif %} {% if tank.portData.primaryport.capacity_order is defined %} {{ tank.portData.primaryport.capacity_order }} {% else %} {% if tank.portData.primaryport.isDigital is defined and tank.portData.primaryport.isDigital == true %} {% else %} Keine Daten eingetragen {% endif %} {% endif %} {% if tank.portData.primaryport.isDigital is defined and tank.portData.primaryport.isDigital == true %} {{ tank.portData.primaryport.label }} {% else %} {{ tank.portData.primaryport.measured }} {% endif %} {% if tank.portData.primaryport.alarm_max is defined %} {{ tank.portData.primaryport.alarm_max }} {% else %} {% if tank.portData.primaryport.isDigital is defined and tank.portData.primaryport.isDigital == true %} {% else %} Keine Daten eingetragen {% endif %} {% endif %} {% if tank.portData.primaryport.capacity is defined %} {{ tank.portData.primaryport.capacity }} {% else %} {% if tank.portData.primaryport.isDigital is defined and tank.portData.primaryport.isDigital == true %} {% else %} Keine Daten eingetragen {% endif %} {% endif %} {{ tank.updateTime|date('d.m.Y H:i') }} {% if tank.timewarning == 1 %} {% elseif tank.timewarning == 2 %} {% endif %}