{% extends 'base.html' %} {% block title %}账单详情{% endblock %} {% block content %}
| 域名 | 描述 | 数量(GB) | 单价 | 金额 |
|---|---|---|---|---|
| {% if it.domain %}{{ it.domain.name }}{% else %}-{% endif %} |
{{ it.description }}
{% if it.description == '基础套餐费用' %}
每域名当月基础月费。
{% elif it.description == '超量流量费用' %}
超出包含/免费额度的部分,按单价计费。
{% elif it.description %}
{{ it.description }}
{% endif %}
|
{{ it.quantity }} | ¥ {{ it.unit_price }} | ¥ {{ it.amount }} |
| 暂无账单项 | ||||
| 域名 | 用量(GB) | 查看详情 |
|---|---|---|
| {{ s.domain.name }} | {{ s.gb }} | 用户侧详情 |
| 暂无数据 | ||