{% load static i18n ui_props %} {% get_current_language as LANGUAGE_CODE %} {% if title or title_suffix %} {% if title %} {{ title }} {% if title_suffix %}- {{ title_suffix }}{% endif %} {% else %} {{ title_suffix }} {% endif %} {% endif %} {{ head }} {% if include_assets|ui_bool %} {% if css_href %} {% else %} {% endif %} {% endif %} {{ slot }} {% if include_assets|ui_bool %} {% if js_src %} {% else %} {% endif %} {% endif %} {{ scripts }}