{% block login_content %} {% if error %}
{{ error.message|trans }}
{% endif %}
{% block login_fields %}
{# If you want to control the URL the user is redirected to on success (more details below) #}
{% endblock %}
{% endblock %}