{% extends 'base/ebase.html.twig' %} {% block title %}booking calendar{% endblock %} {% block body %} {% for category in categories %} {% if category.ename|lower == "booking" %} {{category.ename}} Home {{category.ename}} {% endif %} {% endfor %} {% for category in categories %} {% if category.ename|lower == "booking" %} Bookings calendar Use the form to submit a booking request. Click on a date to get all the details. {% endif %} {% endfor %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('calendar_e_front') }} {% include 'base/scripts.html.twig' %} {% endblock %}