{% extends 'base.html' %} {% load static %} {% load i18n %} {% block content %}
{% if not result == '1' %}

訂單錯誤{{result}}

{% comment %}
錯誤代號:{{ result }}
{% endcomment %}
{{ result_message }}
請您聯絡客服,謝謝!
{% else %}

訂單完成

{% if message or info_reserve or tostoremsg %}
{{ message }}
{% if tostoremsg %}
{{ tostoremsg }}
{% endif %}
{% endif %} {% if payment_url %}

即將轉往付款頁面(秒)

立即前往付款申請 {% endif %} {% endif %}
{% endblock %} {% block js_extension %} {% endblock %}