{% trans_default_domain 'admin' %} {% set day = app.request.get('day') ? app.request.get('day') : app.request.get('duration') %} {{ durationTitle }}
{{ durationTitle }}
{{ startDate|localizeddate('none', 'none', app.user.locale, null, "d MMM Y"|trans) }} {% if endDate|date('Y-m-d') != startDate|date('Y-m-d') %} - {{ endDate|localizeddate('none', 'none', app.user.locale, null, "d MMM Y"|trans) }} {% endif %}