{% extends 'base.html.twig' %} {% block title %}Container Kalender{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Zurück zum Hauptkalender

Container Kalender

Kalenderansicht für Container ID: {{ containerId }}

Container ID
{{ containerId }}
Verfügbare Container
{{ containers|length }}
Aktueller Container
{% for container in containers %} {% if container.id == containerId %} {{ container.name ?? 'Unbekannt' }} {% endif %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}