{{ translations.log_in ?? 'Zaloguj się' }}

{{ translations.sign_in_to_consultant_panel ?? 'Zaloguj się do panelu konsultanta' }}

{% if errors.phone is not empty %}
{{ errors.phone }}
{% endif %}
{% if errors.password is not empty %}
{{ errors.password }}
{% endif %}
{% if errors.login_error is not empty %} {% set errCode = errors.login_error %} {% if errCode == 'MEMBERSHIP_INACTIVE' %} {% elseif errCode == 'ACCOUNT_DISABLED' %} {% else %}
{{ translations.invalid_credentials ?? 'Nieprawidłowy numer telefonu lub hasło.' }}
{% endif %} {% endif %}
{{ translations.login_help_contact_manager ?? 'Masz problem z logowaniem? Skontaktuj się z administratorem.' }}
{# ── PWA INSTALL BANNER (na stronie logowania) ── #}