{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block title %} Remove: {{ group }} {% endblock %} {% block content %}

Remove {{ group }}

{{ macros.group_links(group) }}
{% if group_online %}

The group is still in use

{% for key, value in group_online.items() %} {% if key not in ['new_hosts', 'del_hosts', 'hosts'] %} {% endif %} {% endfor %}
Online
{{ rename.get(key, key) }} {{ value }} {% if key in ['porto_limits.memory_guarantee', 'porto_limits.memory_limit'] %} GB {% endif %}
Info about service: https://nanny.yandex-team.ru/ui/#/services/gencfg/groups/{{ group }}/ {% else %}
{{ wtf.quick_form(form, form_type='horizontal', horizontal_columns=('sm', 3, 8)) }}
{% endif %}
{{ elm.footer() }} {% endblock %}