📜 /var/log/multidomain.log
🔄
Нажмите 🔄 для загрузки…
{% for key, policy in policies.items() %}
📋 {{ policy.name }}
{{ policy.id }}
{{ policy.description }}
{% for attr in policy.attributes %}
{{ attr.display }}
{% if attr.help %}
{{ attr.help }}
{% endif %}
{% if attr.type == 'choice' %}
— по умолчанию ({{ attr.default }}) —
{% for choice in attr.choices %}
{{ choice }}
{% endfor %}
{% else %}
{% endif %}
{{ attr.field }}
{% endfor %}
👁 Загрузить текущие
✅ Применить
🗑 Удалить
{% endfor %}