%inherit file="base.html"/> <%def name="head()"> %def> <%def name="body()">
账号 | 会话编号 | 开始时间 | 会话时长 | 已扣时长 | 已扣流量 | 应扣费用 | 实扣费用 | 剩余余额 | 剩余时长 | 剩余流量 | 扣费时间 |
---|---|---|---|---|---|---|---|---|---|---|---|
${bill.account_number} | ${bill.acct_session_id} | ${bill.acct_start_time} | ${fmt_second(bill.acct_session_time)} | ${fmt_second(bill.acct_times)} | ${kb2mb(bill.acct_flows)}M | ${fen2yuan(bill.acct_fee)} | ${fen2yuan(bill.actual_fee)} | ${fen2yuan(bill.balance)} | ${sec2hour(bill.time_length)} | ${kb2mb(bill.flow_length)} | ${bill.create_time} |