{% extends 'base.html' %} {% block body %} {# Settings modal #} {# Modal for event click #}
{% include 'scope-button.html' with {'reload': 'page', 'target': 'scope_items'} %}
{% if itemsArr|length == 0 %} {{ 'No bookable items.'|trans|msg('warning', false) }} {% else %}
{# CATEGORY #}
{% if App.Config.configArr.debug -%} {%- endif %}
{# ITEM LIST #}
{% if App.Config.configArr.debug -%} {%- endif %}
{% if bookableItemData %} {% endif %}
{% endif %}
{# loading spinner #}
{% endblock body %}