{% load compress %}
{% compress js %}
{% for file in HORIZON_CONFIG.tionix_core_js_files %}
{% endfor %}
{% for file in HORIZON_CONFIG.tionix_js_files %}
{% endfor %}
{% if HORIZON_CONFIG.SENTRY_ENABLED %}
{% include "tionix_dashboard/_enable_sentry.html"%}
{% endif %}
{% endcompress %}