{{ notice.text }}

{{ t('title_login') }}

{{ t('subtitle_login') }}

{{ error }}

{{ t('store_session') }}

{{ currentStore.name }}

{{ currentStore.id }}{{ currentStore.city ? ' - ' + currentStore.city : '' }}

{{ t('card_total') }}

{{ summary.total_registered_users || 0 }}

{{ t('card_total_hint') }}

{{ t('brand_pepsodent') }}

{{ summary.pepsodent || 0 }}

{{ t('card_brand_hint') }}

{{ t('brand_vaseline') }}

{{ summary.vaseline || 0 }}

{{ t('card_brand_hint') }}

{{ t('brand_lifebuoy') }}

{{ summary.lifebuoy || 0 }}

{{ t('card_brand_hint') }}

{{ t('filters_title') }}

{{ t('filters_subtitle') }}

{{ t('showing_count', { shown: items.length, total: filteredCount }) }}

{{ t('table_title') }}

{{ t('table_subtitle') }}

{{ t('col_name') }} {{ t('col_phone') }} {{ t('col_city') }} {{ t('col_source') }} {{ t('col_brands') }} {{ t('col_modes') }} {{ t('col_first_registered') }} {{ t('col_last_registered') }}
{{ row.first_name || '-' }} {{ maskPhone(row.phone) }} {{ row.city || '-' }} {{ formatSource(row.source) }}
{{ formatBrand(brand) }} -
{{ formatBrand(registration.brand) }} · {{ formatMode(registration.registration_mode) }} -
{{ formatDateTime(row.first_registered_at) }} {{ formatDateTime(row.last_registered_at) }}
{{ t('no_items') }}