{% extends 'admin/schedule/index.twig' %} {% import 'macros/form.twig' as f %} {% block title %}{{ __('schedule.import.load.title') }}{% endblock %} {% block row_content %}
{% endblock %} {% macro roomsTable(rooms) %}{{ __('schedule.import.rooms.name') }} |
---|
{{ room.name }} |
{{ __('schedule.import.shift.dates') }} | {{ __('schedule.import.shift.type') }} | {{ __('schedule.import.shift.title') }} | {{ __('schedule.import.shift.room') }} |
---|---|---|---|
{{ shift.date.format(__('Y-m-d H:i')) }} - {{ shift.endDate.format(__('H:i')) }} | {{ shift.type }} | {{ shift.title }}{% if shift.subtitle %} {{ shift.subtitle }}{% endif %} |
{{ shift.room.name }} |