X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/80faa3fca0310d308f1f4979996e6be667bd8138..c97a43572a88166afe689fddae81162aacb02340:/Resources/views/location/index.html.twig diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig deleted file mode 100644 index 5863c76..0000000 --- a/Resources/views/location/index.html.twig +++ /dev/null @@ -1,58 +0,0 @@ -{% extends '@RapsysAir/body.html.twig' %} -{% block content %} -
-TODO: -

{% trans %}Dashboard{% endtrans %}

-
- {% if calendar is defined and calendar %} - - - - {% for date, day in calendar %} - - {% if loop.index % 7 == 0 and not loop.last %} - - - {% endif %} - {% endfor %} - - -
-

{{ day.title }}

- {% if day.sessions is not empty %} - - {% endif %} -
- {% endif %} -
- {{ form_start(form) }} - -
{{ form_errors(form) }}
- -
- {{ form_row(form.location) }} - - {{ form_row(form.date) }} - - {{ form_row(form.slot) }} -
- - {{ form_row(form.submit) }} - - {# Render CSRF token etc .#} - - - {{ form_end(form) }} -
-
- {# dump(calendar) #} -
-{% endblock %}