{% if display_launch_demo is not defined %} {% set display_launch_demo = false %} {% endif %} {% if display_help is not defined %} {% set display_help = true %} {% endif %} {% if app.user %}
{% if app.user %} {% render(controller("MuzichUserBundle:Event:infoBar")) %} {% endif %}
{% if not app.user.PasswordSet and not app.request.get('open') == 'change_password' %}
{{ 'my_account.choose_password'|trans({}, 'userui') }}
{% endif %} {% else %} {% if display_help %}
{{ 'help.know_more'|trans({}, 'navigationui') }} {% if display_launch_demo %} {{ 'help.launch_tour'|trans({}, 'navigationui') }} {% endif %}
{% endif %} {% endif %} {% include 'MuzichCoreBundle:Layout:social.html.twig' %} {% if app.user %} {% render(controller('MuzichCoreBundle:Core:renderSideMenu')) %} {% endif %}