{% for script in scripts %}
{% endfor %}
{% if load_fullcalendar_locale is defined and attribute(app, 'fullcalendar.languages')[app.translator.locale] is defined %}
{% set fullcalendar_locale = attribute(app, 'fullcalendar.languages')[app.translator.locale] %}
{% set locale_path = 'fullcalendar-locale/' ~ fullcalendar_locale ~ '.js' %}
{% endif %}