{% extends 'base.html.twig' %} {% block title %}Login | WebArchi{% endblock %} {% block body %}

IFC Web App

BHiLab CNR-ISPC

{% if error %}
Wrong user name and/or password. Please retry
{% endif %}

Sign in

{% endblock %}