%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)} | ${bill.create_time} |