X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/dddeaedb2eb31bef0f115116eadec65536d2c028..c837c75627cbbe96b88bd9e5d3a710d8988dedbc:/Resources/views/location/index.html.twig diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig index 5863c76..2ecfaa7 100644 --- a/Resources/views/location/index.html.twig +++ b/Resources/views/location/index.html.twig @@ -1,9 +1,8 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-TODO: -

{% trans %}Dashboard{% endtrans %}

-
+
+

{% trans %}Locations{% endtrans %}

+
{% if calendar is defined and calendar %} @@ -15,7 +14,7 @@ TODO: @@ -30,29 +29,8 @@ TODO:
{% 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) }} -
-
+ {{ include('@RapsysAir/form/_toolbox.html.twig') }} +
{# dump(calendar) #} {% endblock %}