<div class="col_33">
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<a href="{{ path('app_logout') }}">{% trans %}Logout{% endtrans %}</a>
{% else %}
{% if loginForm is defined %}
{{ form(loginForm) }}
{% endif %}
</div>