{# Partial swapped by HTMX after updates. Depends on `user`, `stats`, `roles`. #}

{{ user.email or 'Без email' }} {% if user.telegram_id %}· tg {{ user.telegram_id }}{% endif %}

ID: {{ user.id }}

{% if user.telegram_verified %} TG проверен {% else %} TG на проверке {% endif %} {% if user.billing_hold %} billing hold {% endif %}

{{ user.credits_left }}
Кредиты
{{ stats.docs_total }}
Документов
{{ stats.docs_done }}
Успешных
{{ stats.docs_failed }}
Ошибок

Профиль

{% if profile %}

Язык: {{ {'ru': 'Русский', 'be': 'Беларуская', 'en': 'English'}.get(profile.language, 'не выбран') }} · Часовой пояс: {{ profile.timezone or 'не выбран' }}

Уведомления — отчёты: {{ '✔' if profile.notif_prefs.report_ready else '✘' }} · безопасность: {{ '✔' if profile.notif_prefs.security else '✘' }} · маркетинг: {{ '✔' if profile.notif_prefs.marketing else '✘' }}

Дашборд — фильтр: {{ profile.dashboard_prefs.severity_filter }} · на странице: {{ profile.dashboard_prefs.per_page }} · плотность: {{ profile.dashboard_prefs.density }}

{% else %}

Профиль ещё не создан.

{% endif %}

Подписка

{% if subscription %}

Тариф: {{ subscription.plan_name }} ({{ subscription.plan_code }}) · {{ subscription.quota_used }} использовано

Действует до: {{ subscription.period_end[:10] }}

{% else %}

Нет активной подписки.

{% endif %}
{% if user.billing_hold %}

Billing hold

Загрузки заблокированы (402) из-за возврата с перерасходом.

{% endif %}

Счета

{% if invoices %} {% for inv in invoices %} {% endfor %}
ТипСуммаСтатусСоздан
{{ inv.kind }} {{ inv.amount_rub }} ₽ {% if inv.status == 'succeeded' %}{{ inv.status }} {% elif inv.status == 'refunded' %}{{ inv.status }} {% elif inv.status == 'pending' %}{{ inv.status }} {% else %}{{ inv.status }}{% endif %} {{ inv.created_at | dt }} {% if inv.status == 'succeeded' %}
{% endif %}
{% else %}

Счетов нет.

{% endif %}

История кредитов

{% if credit_events %} {% for ev in credit_events %} {% endfor %}
ΔТипБалансКогда
{{ ev.delta }} {{ ev.kind }} {{ ev.balance_after }} {{ ev.created_at | dt }}
{% else %}

Событий пока нет.

{% endif %}
{% if user.is_active %} {% else %} {% endif %} {% if not user.telegram_verified %} {% endif %}