Konfiguration vergleichen

Zurück zum Dashboard
{% for station_id in station_ids %} {{ station_id }} {% endfor %}
{% if trimmed_selection %} {% endif %} {% if comparison_rows %}
{% for station_id in station_ids %} {% endfor %} {% for row in comparison_rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
Key{{ station_id }}
{{ row.key }} {% if cell.display is string and cell.display|length > 40 %} {{ cell.display[:40] ~ '....' }} {% else %} {{ cell.display }} {% endif %}
{% else %} {% endif %}