{{ oro_title_render() }}
{% if oro_theme_icon() %}
{% endif %}
{% placeholder head_style %}
{% include 'OroRequireJSBundle::scripts.html.twig' with {compressed: not app.debug} %}
{% endblock %}
{% placeholder scripts_after %}
{% set messagesContent %}
{% if app.session.flashbag.peekAll|length > 0 %}
{% for type, messages in app.session.flashbag.all %}
{% for message in messages %}