{% if cluster_settings.enabled %}
{% else %}
{% endif %}
{% trans 'Cluster Mode' %}
{{ cluster_settings.get_cluster_mode_display }}
{% trans 'Config Version' %}
{{ cluster_settings.config_version }}
{% trans 'DNS Version' %}
{{ cluster_settings.dns_version }}
{% trans 'Stats Sync Interval' %}
{{ cluster_settings.stats_sync_interval }}s
{% trans 'Stats Cache Interval' %}
{{ cluster_settings.stats_cache_interval }}s
{% trans 'Restart Mode' %}
{{ cluster_settings.get_restart_mode_display }}
{% trans 'Worker Display' %}
{{ cluster_settings.get_worker_display_display }}
{% trans 'Primary WireGuard' %}
{% if cluster_settings.primary_enable_wireguard %}
{% else %}
{% endif %}
⚠️ {% trans "Cluster Feature – Testing Phase" %}
{% trans "The cluster functionality is currently released as experimental." %}
{% trans "At this stage, only core features are implemented:" %}
{% trans "Configuration synchronization service" %}
{% trans "Primary node mirroring (WireGuard and firewall rules)" %}
{% trans "DNS rules mirroring" %}
{% trans "Warning:" %}
{% trans "In the current version, peer state information is not collected by the master server." %}
{% trans "Traffic data, IP address, handshake status, and online/offline state will not be visible for peers connected to cluster nodes." %}
{% trans "Next priority features (coming soon):" %}
{% trans "Traffic data synchronization" %}
{% trans "Server selection dropdown before downloading peer configs or VPN invites" %}