{# -*- engine:django -*- #} {% load i18n static sass_tags any_js rules %} {% get_current_language as LANGUAGE_CODE %}
{% include "core/partials/meta.html" %} {# CSS #} {% include_css "material-design-icons" %} {% include_css "Roboto100" %} {% include_css "Roboto300" %} {% include_css "Roboto400" %} {% include_css "Roboto500" %} {% include_css "Roboto700" %} {% include_css "Roboto900" %} {# Add i18n names for calendar (for use in datepicker) #} {# Passing the locale is not necessary for the scripts to work, but prevents caching issues #} {% if SENTRY_ENABLED %} {% if SENTRY_TRACE_ID %} {% endif %} {% include_js "Sentry" %} {{ SENTRY_SETTINGS|json_script:"sentry_settings" }} {% endif %} {% include_js "iconify" %} {# Include jQuery early to provide $(document).ready #} {% include_js "jQuery" %}