{% extends 'base.html' %} {% block title %} Config tickets {% endblock %} {% block nav_left %} {% include 'shop/navleft.html' %} {% endblock %} {% block content %}
用户名:{{i[0]['username']}}
手机号:{{i[0]['phone']}}
Email:{{i[0]['email']}}
地址:{{i[0]['address']}}
邮政编码:{{i[0]['postalcode']}}
金额:{{i[0]['value']}} 人民币
订单状态:{{i[0]['status']}}
{{item['name']}} x {{item['amount']}}
{% endfor %}