{% load compress static %}
{% compress css %}
{% if bootstrap_5 %}
{% if LANGUAGE_BIDI %}
{% else %}
{% endif %}
{% else %}
{% if LANGUAGE_BIDI %}
{% endif %}
{% endif %}
{% if theme == "auto" %}
{% elif theme == "dark" %}
{% endif %}
{% endcompress %}
{% if custom_css_hash %}
{% endif %}