{% if not oro_is_hash_navigation() %} {% block head %} {% trans %}Loading...{% endtrans %} {% block head_style %} {% placeholder head_style %} {% endblock %} {% block script %} {% block scripts_before %} {% placeholder scripts_before %} {% endblock %} {% set requirejs_config_extend %} {%- placeholder requirejs_config_extend -%} {% endset %} {% include 'OroRequireJSBundle::scripts.html.twig' with { compressed: not app.debug, config_extend: requirejs_config_extend } %} {% block application %} {% endblock %} {% placeholder scripts_after %} {% block head_script %} {% endblock %} {% endblock %} {% endblock %} {% placeholder after_body_start %}

{% trans %}Loading...{% endtrans %}

{% 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 'OroUIBundle:Default/navbar:blocks.html.twig' %} {% include 'OroNavigationBundle:HashNav:hashNavAjax.html.twig' with { 'data': { 'scripts': block('head_script'), 'content': block('page_container'), 'breadcrumb': block('breadcrumb')|trim, 'beforeContentAddition': block('before_content_addition') } } %} {% endif %}