{# ════════════════════════════════════════════ LEWA KOLUMNA — identyfikacja aplikacji ════════════════════════════════════════════ #}
{# Nagłówek — identyfikacja systemu #}
{{ translations.franchise_ecosystem }}
{# Główna treść #}

{{ translations.kitchen_brand_headline }}

{{ translations.kitchen_brand_subtitle }}

  • {{ translations.kitchen_production }} {{ translations.kitchen_production_desc }}
  • {{ translations.kitchen_cards }} {{ translations.kitchen_cards_desc }}
  • {{ translations.kitchen_checklists }} {{ translations.kitchen_checklists_desc }}
  • {{ translations.kitchen_offline }} {{ translations.kitchen_offline_desc }}

{{ translations.kitchen_no_access_hint }}

{# Stopka #}

© {{ "now"|date("Y") }} • {{ translations.franchise_ecosystem }}

{# ════════════════════════════════════════════ PRAWA KOLUMNA — formularz logowania ════════════════════════════════════════════ #}
{# Nagłówek panelu — user ZAWSZE wie gdzie jest #}
Logo

{{ translations.login }}

{{ translations.login_to_kitchen }}

{# Chip identyfikujący kontekst — jasno pokazuje gdzie user się loguje #} {{ translations.kitchen_portal_label }}
{# Alert błędu logowania #} {% if errors.invalid_credentials is not empty %}
{{ translations[errors.invalid_credentials] ?? translations.error_invalid_credentials }}
{% endif %}
{# Sklep #}
{% if errors.shop is not empty %}
{{ translations[errors.shop] ?? errors.shop }}
{% endif %}
{# Login #}
{% if errors.login is not empty %}
{{ translations[errors.login] ?? errors.login }}
{% endif %}
{# Hasło #}
{% if errors.password is not empty %}
{{ translations[errors.password] ?? errors.password }}
{% endif %}
{# /auth-panel-body #}
{# /auth-panel #}