{% if app.environment == 'prod' %} {# User #} {% if (app.user is not null) and (app.session.get('signed') is not null) %} {% endif %} {% endif %}