{% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %} {% block html_tag %} {% endblock html_tag %} {% block head %} {% block title %}{{ bright_seo_title() }}{% endblock title %} {% block head_seo %} {{ bright_seo_meta() }} {% endblock head_seo %} {% block head_style %} {# Override this block to add your own files! #} {% stylesheets '@MopaBootstrapBundle/Resources/public/less/mopabootstrapbundle.less' '@MopaBootstrapBundle/Resources/public/less/eyecon-bootstrap-datepicker.less' filter='cssrewrite' %} {% endstylesheets %} {# To use this without less use the base_css.html.twig template as your base # Be sure you understand whats going on: have a look into # https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/css-vs-less.md #} {% endblock head_style %} {% block head_css_extra %} {% endblock head_css_extra %} {% block head_script %} {# Overwrite this block to add your own js here, to get them generated into final files #} {% endblock head_script %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_bottom %} {% endblock head_bottom %} {% endblock head %} {% block body_tag %}
{% endblock body_tag %} {% block body_start %} {% endblock body_start %} {% block body %} {% block header_image %} Move Analytics {% endblock header_image %} {% block navbar %} {{ mopa_bootstrap_navbar('frontendNavbar') }} {{ wo_render_breadcrumbs({separator: '>', listId: 'breadcrumbs'}) }} {% endblock navbar %} {% block container %} {% block container_div_start %}
{% endblock container_div_start %} {% block header %} {% endblock header %} {% block content_div_start %}
{% endblock content_div_start %} {% block flashes %} {% for flashMessage in app.session.flashbag.get('error') %}
Oops! {{ flashMessage | raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage | raw }}
{% endfor %} {% endblock flashes %} {% block content_row %}
{% block content %} {% endblock content %} {% block content_pop %} {% endblock content_pop %} {% block content_other_pop %} {% endblock content_other_pop %}
{% endblock content_row %} {% block content_div_end %}
{% endblock content_div_end %} {% block container_div_end %}
{% endblock container_div_end %}
{% endblock container %}
{% block content_footer %} {% endblock content_footer %} {% block foot_script %} {# To only use a subset or add more js overwrite and copy paste this block To speed up page loads save a copy of jQuery in your project and override this block to include the correct path Otherwise the regeneration is done on every load in dev more with use_controller: true #} {% javascripts '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-transition.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-alert.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-affix.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-modal.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-dropdown.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-scrollspy.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-tab.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-tooltip.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-popover.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-button.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-collapse.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-carousel.js' '@MopaBootstrapBundle/Resources/bootstrap/js/bootstrap-typeahead.js' '@MopaBootstrapBundle/Resources/public/js/mopabootstrap-collection.js' '@MopaBootstrapBundle/Resources/public/js/mopabootstrap-subnav.js' '@MopaBootstrapBundle/Resources/public/js/eyecon-bootstrap-datepicker.js' %} {% endjavascripts %} {% endblock foot_script %} {% block foot_script_additional %} {# @link http://twitter.github.io/bootstrap/javascript.html#tooltips To use popover and tooltip you'll need to initialize them If you need only tooltips you can remove the popover initialization and also remove the bootstrap-popover.js include. #} {% endblock foot_script_additional %} {% endblock body %}