{%- if (app.user is null) -%} Not logged in. {%- else -%} Logged in as {{ app.user.username }}. {%- endif -%}

LiipFunctionalTestBundle

{% for flash_message in app.session.flashbag.get('notice') %}
{{ flash_message }}
{% endfor %}
{% block body %}{% endblock %}