{% extends 'default/base.html' %} {% block content %} {% load auth %}
{% if user.first_name %}{{ user.first_name }}{% else %}{{ user.username }}{% endif %} - 服务器授权信息
{% include "auth/active.html" %}
{% for i in data %} {% endfor %}
eth1 项目 操作
{{ i.node.eth1 }} {{ i.project }} 删除
{% endblock content %}