{% extends 'backoffice/base.html.twig' %} {% block title %}Log in{% endblock %} {% block body %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% else %}

{{ 'Please sign in'|trans }}

{{ 'Create an account'|trans }}
{% endif %} {% endblock %}