{% extends "dashboard/base.html" %} {% block title %}{{ t.dashboard }}{% endblock %} {% block page_title %}{{ t.overview }}{% endblock %} {% block content %}
{{ t.total_projects }}
{{ stats.projects_count }}
{{ t.active_api_keys }}
{{ stats.api_keys_count }}
{{ t.total_tools }}
{{ stats.tools_count }}
{% if lang == 'fa' %}ابزارهای موجود{% else %}Available tools{% endif %}
{{ t.system_uptime }}
{{ "%.1f"|format(stats.uptime_days) }}d
{{ activity.message }}
{{ activity.project if activity.project and activity.project != 'None' else '-' }}
{{ t.no_activity }}
{% if lang == 'fa' %}پروژهای یافت نشد{% else %}No projects found{% endif %}
{% endif %}{% if lang == 'fa' %}آخرین بررسی:{% else %}Last check:{% endif %} {{ health_summary.last_check[:19] }}
{% if lang == 'fa' %}با حمایت مالی به توسعه این پروژه کمک کنید{% else %}Help us keep this project alive and growing{% endif %}
{% if lang == 'fa' %}حمایت با رمزارز{% else %}Donate with Crypto{% endif %}{{ t.get('my_services', 'My Services') }}
{{ stats.sites_count|default(0) }}
{{ t.get('active_connections', 'Active Connections') }}
{{ stats.active_sites_count|default(0) }}
{% if lang == 'fa' %}اتصالات فعال{% else %}Active connections{% endif %}
{{ t.get('user_api_keys', 'API Keys') }}
{{ stats.api_keys_count|default(0) }}
{{ t.get('available_tools', 'Available Tools') }}
{{ stats.tools_count|default(0) }}
{% if lang == 'fa' %}ابزارهای MCP قابل استفاده{% else %}MCP tools available{% endif %}
{{ site.alias }}
{{ site.plugin_type|plugin_name }} · {{ site.url[:40] }}{% if site.url|length > 40 %}...{% endif %}
{{ t.get('no_services_yet', "You haven't connected any services yet.") }}
{{ t.get('add_first_service', 'Add your first service to start using MCP tools.') }}
{{ t.get('add_site', 'Add Service') }}