{% extends 'template.html.twig' %} {% block title %}{{ parent() }}-Log in!{% endblock %} {% block body %} {#
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}

Please sign in

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

Esqueceste a senha?Recuperar senha

Não tens uma conta?Registar-se

#}

Seja bem vindo!

ao portal do SIGAP

{% if error %}
Erro: Conta de e-mail ou Senha inválida!{#{{ error.messageKey|trans(error.messageData, 'security') }}#}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}

Esqueceu a Palavra-passe?

{# 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
#}
Registar-se
{% endblock %}