{% extends 'base.html' %} {% block title %} Tickets {% endblock %} {% block nav_left %} {% include 'shop/navleft.html' %} {% endblock %} {% block content %}
金额:{{i[0]['value']}} 人民币
地址:{{i[0]['address']}}
订单状态:{{i[0]['status']}}
{{item['name']}} x {{item['amount']}}
{% endfor %}