{% import "js_helpers.html.twig" as js %} {{vendor_name}} {{ js.load_IE7 }} {{ js.common }} {% form auth %}

{{vendor_name}}

{% if page_message is not empty %}

{{page_message}}

{% endif %} {% if page_errors is not empty %}

Errors :

{% endif %} {% if akey %}

{{__('Back to login screen')}}

{% elseif recover %}
{{__('Request a new password')}}

{{ form_field('user_id') }}

{{ form_field('user_email') }}

{{ form_field('auth_recover')}}

{{__('Back to login screen')}}

{% elseif change_pwd %}
{{__('Change your password')}}

{{ form_field('new_pwd') }}

{{ form_field('new_pwd_c') }}

{{ form_field('auth_change') }}

{% else %} {% if safe_mode %}
{{__('Safe mode login')}}

{{__('This mode allows you to login without activating any of your plugins. This may be useful to solve compatibility problems')}} 
{{__('Disable or delete any plugin suspected to cause trouble, then log out and log back in normally.')}}

{% else %}
{% endif %}

{{ form_field('user_id') }}

{{ form_field('user_pwd') }}

{{ form_field('user_remenber') }}

{{ form_field('auth_login')}}

{% if safe_mode %}
{% else %}
{% endif %}
{% if safe_mode %}

{{__('Get back to normal authentication')}}

{% else %}

{{__('Connection issue?')}}

{% if allow_pass_change %}

{{__('I forgot my password')}}

{% endif %}

{{__('I want to log in in safe mode')}}

{% endif %}
{% endif %} {% endform %}