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