{% if error %}
{{ error }}
{% else %}
👇
Ключи из базы. Чтобы подтянуть Reality/pbk/sni с панелей — обновите, затем в Happ нажмите обновление подписки.
{{ project_name or 'Подписка' }}
{% if is_active %}Активна{% else %}Неактивна{% endif %}
{% if traffic_limit_bytes > 0 %} {{ ((traffic_used_bytes / traffic_limit_bytes) * 100)|round(0, 'floor')|int }}% {% else %} ∞ {% endif %}
{{ sub_details.username or '—' }}
📱Лимит: {{ sub_details.limit_ip_display or '—' }} {% if is_active %} Активна {% else %} Неактивна {% endif %} {% if sub_details.end_date_msk_str and sub_details.end_date_msk_str != '—' %} 📅До {{ sub_details.end_date_msk_str }} {% endif %}
{% if subscription_announce_text %}
Объявление
{{ subscription_announce_text }}
{% endif %} {% if subscription_web_page_link %}
Страница сервиса →
{% endif %} {% if subscription_profile_update_interval %}

Рекомендуем обновлять подписку в приложении не реже чем раз в {{ subscription_profile_update_interval }} ч. (настройка панели).

{% endif %} {% if sub_details.keys_from_panel_only %}
🔑
Доступ Ключи из панели
Без активного тарифа в базе
{% endif %} {% if sub_details.show_days_info %}
{% if is_active and sub_details.days_left >= 0 %}⏱️{% else %}⛔{% endif %}
{% if is_active and sub_details.days_left >= 0 %} Осталось {% if sub_details.days_left == 0 %} Менее 24 часов {% else %} {% set last_digit = sub_details.days_left % 10 %} {% set last_two_digits = sub_details.days_left % 100 %} {% if last_two_digits >= 11 and last_two_digits <= 19 %} {{ sub_details.days_left }} дней {% elif last_digit == 1 %} {{ sub_details.days_left }} день {% elif last_digit >= 2 and last_digit <= 4 %} {{ sub_details.days_left }} дня {% else %} {{ sub_details.days_left }} дней {% endif %} {% endif %} {% else %} Статус Подписка истекла {% endif %}
{% if sub_details.end_date_msk_str and sub_details.end_date_msk_str != '—' %} {% if is_active and sub_details.days_left >= 0 %}до{% else %}истекла{% endif %} {{ sub_details.end_date_msk_str }} {% endif %}
{% endif %} {% if sub_details.show_days_info and sub_details.days_left <= 3 and sub_details.days_left >= 0 and is_active %}
⚠️ {% if sub_details.days_left == 0 %} Подписка заканчивается сегодня! {% elif sub_details.days_left == 1 %} Подписка заканчивается завтра! {% else %} Подписка заканчивается через {{ sub_details.days_left }} дня {% endif %}
{% endif %} {% if traffic_limit_bytes > 0 %}
📊 Использовано трафика 0%
{{ traffic_used }} {{ traffic_limit }}
{% endif %}

Уже есть V2RayTun или Happ?

Добавить подписку

Подключение VPN

📱
Установка на Смартфон
💻
Установка на ПК
📺
Подключить на TV
{% set limit_ip_val = user.get('limitIp') or user.get('limit_ip') or 0 %} {% set limit_ip_int = limit_ip_val|int if limit_ip_val else 0 %} {% if limit_ip_int == 0 or limit_ip_int > 1 %}
📲
Поделиться подпиской
{% endif %}

ПОДДЕРЖКА TELEGRAM

Если возникнут проблемы, обратитесь в службу поддержки в Telegram.

✈️Поддержка
⚙️

QR конфигурации

QR конфигурации
{% endif %}