{% extends 'admin/schedule/index.twig' %} {% import 'macros/base.twig' as m %} {% import 'macros/form.twig' as f %} {% block title %}{{ __('schedule.import.load.title') }}{% endblock %} {% block content_title %} {{ m.button(m.icon('chevron-left'), url('/admin/schedule'), 'secondary', 'sm', __('general.back')) }} {{ block('title') }} {% endblock %} {% block row_content %}
{% endblock %} {% macro locationsTable(locations) %}{{ __('general.name') }} |
---|
{{ location.name }} |
{{ __('schedule.import.shift.dates') }} | {{ __('schedule.import.shift.type') }} | {{ __('title.title') }} | {{ __('schedule.import.shift.location') }} |
---|---|---|---|
{{ shift.date.format(__('general.datetime')) }} - {{ shift.endDate.format(__('H:i')) }} | {{ shift.type }} | {{ shift.title }}{% if shift.subtitle %} {{ shift.subtitle }}{% endif %} |
{{ shift.room.name }} |