{{ t('protocols.management') }}

{{ t('protocols.management_description') }}

{{ t('protocols.add_protocol') }}
{% if success %}

{{ success }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

{{ t('protocols.available_protocols') }}

{% for protocol in protocols %}

{{ protocol.name }}

{% if protocol.is_active %} {{ t('common.active') }} {% else %} {{ t('common.inactive') }} {% endif %} {% if protocol.ubuntu_compatible %} Ubuntu 22-24 {% endif %} {% if protocol.ai_generation_count > 0 %} AI {{ protocol.ai_generation_count }} {% endif %}

{{ protocol.description }}

{{ t('common.slug') }}: {{ protocol.slug }} {{ t('common.servers') }}: {{ protocol.server_count }} {{ t('common.templates') }}: {{ protocol.template_count }} {{ t('common.variables') }}: {{ protocol.variable_count }}
{% if protocol.server_count == 0 %} {% endif %}
{% else %}

{{ t('protocols.no_protocols') }}

{{ t('protocols.no_protocols_description') }}

{% endfor %}