{% block stylesheets %}{% endblock %}
H2MOBILITY
Datalogger-Operation
Übersicht und Management
{% if allDataloggers is defined and allDataloggers is not empty %}
{% set currentId = app.request.get('id') %}
Alle Datalogger
{% for datalogger in allDataloggers %}
{{ datalogger.name }}{% if datalogger.location %} - {{ datalogger.location }}{% endif %}
{% endfor %}
{% endif %}
{# Alarm-Badge #} {% if activeAlarmsCount is defined and activeAlarmsCount > 0 %}
{{ activeAlarmsCount }}
{% endif %}
{% if app.user %}{{ app.user.username }}{% else %}Gast{% endif %}
{% if app.user %}
{% endif %}
{% block content %}{% endblock %}
{% block javascripts %} {% endblock %}