{% extends "base.html" %} {% block page_title %}{{ t('accounts.title') }}{% endblock %} {% block content %}

{{ t('accounts.profiles_title') }}

{{ t('accounts.profiles_hint', adapter=ANTIDETECTS[active_adapter].label) }}

{{ t('warmup.counter_selected', n=0) }} {# View mode toggle — cards (selection-friendly) or table (sortable overview of all 264 profiles at once with @handle, channel_id, status, last_login). Default cards, persisted in localStorage. #}
{{ t('warmup.loading_profiles', adapter=ANTIDETECTS[active_adapter].label) }}
{% endblock %} {% block scripts %} {% endblock %}