{% import '@OroUI/macros.html.twig' as UI %} {% if not oro_is_hash_navigation() %} {% block head %} {% trans %}Loading...{% endtrans %} {% block head_style %} {% if oro_theme_icon() %} {% endif %} {% placeholder head_style %} {% endblock %} {% block script %} {% block scripts_before %} {% placeholder scripts_before %} {% endblock %} {% block application %} {% placeholder application %} {% endblock %} {% placeholder scripts_after %} {% block head_script %} {% endblock %} {% endblock %} {% endblock %} {% include '@OroUI/Default/noscript.html.twig' %}
{% placeholder after_body_start %}

{{ 'oro.ui.loading'|trans }}

{% placeholder before_body_end %} {% else %} {# Title should be generated as least once in order to pass data to title service #} {% set title = oro_title_render() %} {# Template for hash tag navigation#} {% use '@OroUI/Default/navbar/blocks.html.twig' %} {% include '@OroNavigation/HashNav/hashNavAjax.html.twig' with { 'data': { 'scripts': block('head_script'), 'content': block('page_container'), 'breadcrumb': block('breadcrumb')|trim, 'beforeContentAddition': block('before_content_addition') } } %} {% endif %}