{% extends 'assets/base.html' %} {% block content %}

IP列表 | IP List.


{% csrf_token %}
{{ active_111.0.network }}

亦庄电信

亦庄电信 {{ active_111.0.network }} IP列表.

已使用

{% for i in active_111 %} {% endfor %}
{{ i.ip }} 详情

未使用

{% for i in unactive_111 %} {% endfor %}
{{ i.ip }}
{{ active_112.0.network }}

亦庄电信

亦庄电信{{ active_112.0.network }} IP列表.

已使用

{% for i in active_112 %} {% endfor %}
{{ i.ip }} 详情

未使用

{% for i in unactive_112 %} {% endfor %}
{{ i.ip }}
{{ active_113.0.network }}

亦庄电信

亦庄电信{{ active_113.0.network }} IP列表.

已使用

{% for i in active_113 %} {% endfor %}
{{ i.ip }} 详情

未使用

{% for i in unactive_113 %} {% endfor %}
{{ i.ip }}
{% endblock content %}