{% extends 'administrator/_layout.auth.html' %} {% block title %}IPs{% endblock %} {% block subtitle %}IPs list{% endblock %} {% block content %} Total: {{ ips['total'] }} {% if ips['total'] == 0 %} {% else %} {% for ip in ips['items'] %} {% endfor %} {% endif %}
Id Data center Server IPv4 IPv4 gateway IPv6 IPv6 gateway Status Action
Нет ни одного правила
{{ ip.id }} {{ ip.datacenter.name }} {{ ip.server.hostname }} {{ ip.ipv4 }} {{ ip.ipv4_gateway }} {{ ip.ipv6 }} {{ ip.ipv6_gateway }} {% if ip.status == 0 %} Free {% else %} Busy {% endif %} Edit
{% endblock %}