{% block content %}{% endblock %}
{% load i18n static zut_tags %}{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
{% style_lib 'bootstrap' '5.3.2' 'dist/css/bootstrap.min.css' 'sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN' %} {% style_lib 'bootstrap-icons' '1.11.2' 'font/bootstrap-icons.min.css' 'sha384-c9MVH4yRDZMY+bSlECVISp9U4xBl1dKb5z4x8IgF6lBKTHsh1AtxHBfHiiA+S/Nr' %} {# Keep links and scripts imports minimal for first page (for SEO) #} {% if request.path != '/' or messages %} {% style_lib 'bootstrap-table' '1.22.1' 'dist/bootstrap-table.min.css' 'sha384-sN3NwxbjH33ZidqZnPmX+nQ5IF+LoiI7HvZSoZj5wGacmu0/q4RJfsN0xqN+LIa5' %} {% style_lib 'select2' '4.0.13' 'dist/css/select2.min.css' 'sha384-KZO2FRYNmIHerhfYMjCIUaJeGBRXP7CN24SiNSG+wdDzgwvxWbl16wMVtWiJTcMt' %} {% style_lib 'select2-bootstrap-5-theme' '1.3.0' 'dist/select2-bootstrap-5-theme.min.css' 'sha384-IrMr0LFnIMa9H6HhC5VVqVuWNEIwspnRLKQc0SUyPj4Cy4s02DiWDZEoJOo5WNK6' %} {% endif %} {% block style %}{% endblock %}