{% extends 'layouts/app.twig' %} {% import 'macros/base.twig' as m %} {% import 'macros/form.twig' as f %} {% block title %}{{ __('location.locations') }}{% endblock %} {% block content %}
{{ __('general.name') }} | {{ __('general.dect') }} | {{ __('location.map_url') }} | {{ __('general.shifts') }} | |
---|---|---|---|---|
{{ m.icon('pin-map-fill') }} {{ location.name }} | {{ m.iconBool(location.dect) }} | {{ m.iconBool(location.map_url) }} | {{ m.iconBool(location.shifts.count) }} |
{{ m.button(m.icon('pencil'), url('/admin/locations/edit/' ~ location.id), null, 'sm', __('form.edit')) }}
|