{% block scripts %}
{% if user.is_authenticated %} {# no need to open a socket for anonymous users, bots etc #}
{% include 'includes/messages.html' %}
{% if user.onboarding %}
{% endif %}
{% if ENABLE_COOKIE_CONSENT %}
{% endif %}
{% endif %}
{% endblock scripts %}