{% extends "dashboard/base.html" %} {% block title %}{{ project.alias or project.site_id }} - {{ t.projects }}{% endblock %} {% block page_title %}
{% endblock %} {% block content %}{% if lang == 'fa' %}وضعیت{% else %}Status{% endif %}
{% if lang == 'fa' %}نرخ خطا:{% else %}Error rate:{% endif %} {{ project.health.error_rate|round(1) }}%
{% elif project.health.last_check %}{% if lang == 'fa' %}آخرین بررسی:{% else %}Last check:{% endif %} {{ project.health.last_check[:19] }}
{% endif %}{% if lang == 'fa' %}ابزارها{% else %}Tools{% endif %}
{{ project.tools_count }}
{% if lang == 'fa' %}ابزار موجود{% else %}available{% endif %}
{% if lang == 'fa' %}کلیدهای API{% else %}API Keys{% endif %}
{{ project.api_keys_count }}
{% if lang == 'fa' %}درخواستها{% else %}Requests{% endif %}
{{ project.requests_24h }}
{% if lang == 'fa' %}در 24 ساعت{% else %}/24h{% endif %}
| {% if lang == 'fa' %}نام{% else %}Name{% endif %} | {% if lang == 'fa' %}توضیحات{% else %}Description{% endif %} | {% if lang == 'fa' %}دسترسی{% else %}Scope{% endif %} |
|---|---|---|
| {{ tool.name }} | {{ tool.description[:60] }}{% if tool.description|length > 60 %}...{% endif %} | {% set scope_colors = {'read': 'bg-blue-500/20 text-blue-400', 'write': 'bg-orange-500/20 text-orange-400', 'admin': 'bg-red-500/20 text-red-400'} %} {{ tool.scope }} |
| {% if lang == 'fa' %}و {{ project.tools|length - 50 }} ابزار دیگر...{% else %}and {{ project.tools|length - 50 }} more tools...{% endif %} | ||