{% extends 'administrative/layout.html.twig' %} {% block title %}Bewerbungen pro Destination{% endblock %} {% block content %}
Zeitraum: {{ filterDto.effectiveDateFrom|date('d.m.Y') }} – {{ filterDto.effectiveDateTo|date('d.m.Y') }} {% if filterDto.usingDefaultRange %}(Standard: letzte 12 Monate){% else %}(Filter aktiv){% endif %}
{% if statistics is empty %}| Destination | Bewerbungen |
|---|---|
| {{ stat.hotelCode }} | {{ stat.total }} |
| Gesamt | {{ totalAll }} |