{% extends 'base_login.html.twig' %} {% block title %}{% trans %}Log in!{% endtrans %}{% endblock %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

{% trans %}Please sign in{% endtrans %}

{# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
#}

{% trans %}Create an Account!{% endtrans %}
{% endblock %}