{% extends 'base.html' %} {% block title %}域名列表{% endblock %} {% block content %}

域名列表

添加域名
{% for d in domains %} {% empty %} {% endfor %}
域名 套餐 状态 已用/本月 操作
{{ d.name }} {% if d.current_plan %}{{ d.current_plan.name }}{% else %}-{% endif %} {{ d.get_status_display }} {% if d.total_quota_gb %}{{ d.used_gb }} GB / {{ d.total_quota_gb }} GB{% else %}-{% endif %} 详情
暂无域名
{% endblock %}