{% extends 'base.html' %} {% load static %} {% load i18n %} {% block content %} {% if not result == '000' %} 訂單錯誤 錯誤代號:{{ result }} {{ result_message }} 請您聯絡客服,謝謝! {% else %} 訂單完成 {% if message or info_reserve or tostoremsg %} {{ message }} {% if info_reserve.expire_date %}請您於{{ info_reserve.expire_date }}前繳費,謝謝!{% endif %} {% if tostoremsg %}{{ tostoremsg }}{% endif %} {% if info_reserve.payment_url_web %} 即將轉往付款頁面(秒) 立即前往付款申請 {% endif %} {% endif %} {% endif %} {% endblock %} {% block js_extension %} {% endblock %}
即將轉往付款頁面(秒)