{% extends "base.html" %} {% block title %}{% if multi_user_enabled and not is_logged_in %}{{ _("index.page_title_public") }}{% else %}{{ _("index.page_title_dashboard") }}{% endif %}{% endblock %} {% block content %}
{{ _("index.hero_description") }}
{{ _("index.feature_ocr_desc") }}
{{ _("index.feature_ai_desc") }}
{{ _("index.feature_cloud_desc") }}
{{ _("index.feature_email_desc") }}
{{ _("index.feature_search_desc") }}
{{ _("index.feature_pipelines_desc") }}
{{ _("index.cta_description") }}
{{ _("index.dashboard_subtitle_teams") }}
{{ stats.processed_files | default(0) }}
{{ _("index.stat_total_files") }}
{{ stats.files_today | default(0) }}
{{ _("index.stat_files_today") }}
{{ stats.files_month | default(0) }}
{{ _("index.stat_files_month") }}
{{ stats.unique_users | default(0) }}
{{ _("index.stat_active_users") }}
{{ _("index.upgrade_description") }}
{{ _("index.dashboard_subtitle") }}
{{ stats.processed_files | default(0) }}
{{ _("index.stat_documents_processed") }}
{{ stats.active_integrations | default(0) }}
{{ _("index.stat_active_integrations") }}
{{ stats.storage_targets | default(0) }}
{{ _("index.stat_storage_targets") }}