{% extends 'www/raster.html' %} {% load i18n %} {% load goodrain_extras %} {% block main-content %}
购买:购买一个新的保底规则
续费:在上一次保底时间后自动增加保底规则
{% if tenant.pay_type != "payed" %}
您需要升级为付费用户才能继续使用云帮。点击此处升级为付费用户×
{% endif %}
区域 内存 磁盘 周期
总金额: 优惠: 应付金额:
{% for tenantBuyPayModel in tenantBuyPayModels %} {% endfor %}
购买时间 所属区域 购买内存 购买磁盘 购买流量 购买周期 总金额 开始计算时间 结束计算时间
{{tenantBuyPayModel.create_time|date:'Y-m-d H:i:s'}} {{RegionMap|mkey:tenantBuyPayModel.region_name}} {{tenantBuyPayModel.buy_memory}}G {{tenantBuyPayModel.buy_disk}}G {{tenantBuyPayModel.buy_net}}G {{tenantBuyPayModel.buy_period}}({{PeriodMap|mkey:tenantBuyPayModel.pay_model}}) {{tenantBuyPayModel.buy_money}}元 {{tenantBuyPayModel.buy_start_time}} {{tenantBuyPayModel.buy_end_time}}
{% endblock %}