{% extends "base.html" %} {% import "page.html" as page %} {% block content %}

管理员配置 默认显示10条数据

IP池信息
{% for item in ippools %} {% endfor %}
IP 状态
{{ item.IP }} {{ item.status }}
{% if pagination %} {% endif %}
{% endblock %} {% block bottom_js %} {% endblock %}