X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8a87bfd0ad180ec916476db52960bcacb31cc3ee..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 ca51431..0000000 --- a/Resources/views/location/index.html.twig +++ /dev/null @@ -1,45 +0,0 @@ -{% extends '@RapsysAir/body.html.twig' %} -{% block content %} -
-

{% 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 %} - {# Display application or login form #} - {% if is_granted('ROLE_GUEST') %} -
- {{ include('@RapsysAir/form/_application.html.twig') }} -
- {% elseif not is_granted('IS_AUTHENTICATED_REMEMBERED') %} -
- {{ include('@RapsysAir/form/_login.html.twig') }} -
- {% endif %} -
- {# dump(calendar) #} -
-{% endblock %}