{% extends 'edx/base.html' %} {% load core_extras %} {% load i18n %} {% load static %} {% block title %} {% trans 'WeChat Pay' %} {% endblock title %} {% block navbar %} {% include 'edx/partials/_student_navbar.html' %} {% endblock navbar %} {% block post_js %} {% endblock %} {% block content %} WeChat {% trans 'Instructions' %} {% trans 'Open your WeChat App.' %} {% trans 'Go to "Scan QR Code" in your WeChat.' %} {% trans 'Complete the payment process.' %} Waiting for payment... {% trans "Payment completed. Continue to the receipt page!" %} {% trans "There was an error while processing your payment, continue" %} {% endblock content %}