{% extends "account.twig" %} {% set view_title = 'Sign In' %} {% set view_icon = 'user-lock' %} {% set view_description = 'Sign In into your account' %} {% block view_content %}

Please fill with your details

{% if site.registrationEnabled %}
Don't have an account yet? Click here to register.
{% endif %}
{% endblock %}