{% load i18n static unfold %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% capture as branding silent %} {% block branding %} {% endblock %} {% endcapture %} {% capture as pretitle silent %} {% block pretitle %} {% endblock %} {% endcapture %} {% capture as content_title silent %} {% block content_title %} {% if title %} {{ title }} {% endif %} {% endblock %} {% endcapture %} {% capture as content_subtitle silent %} {% block content_subtitle %} {% if subtitle %} {{ subtitle }} {% endif %} {% endblock %} {% endcapture %} {% capture as nav_global silent %} {% block nav-global %} {% endblock %} {% endcapture %} {% capture as nav_global_side silent %} {% block nav-global-side %} {% endblock %} {% endcapture %} {% capture as actions_items silent %} {% block actions-items %} {% endblock %} {% endcapture %} {% capture as extra_userlinks silent %} {% block extra_userlinks %} {% endblock %} {% endcapture %} {% capture as show_back_button silent %} {% block show_back_button %} {{ show_back_button }} {% endblock %} {% endcapture %}