{% extends 'edx/base.html' %} {% load core_extras %} {% load i18n %} {% block title %} {% trans "Order Not Found" %} {% endblock title %} {% block navbar %} {% include 'edx/partials/_student_navbar.html' %} {% endblock navbar %} {% block content %}

{% blocktrans %} {{ error_summary }} {% endblocktrans %} {{ error_summary }}

{% trans "The specified order could not be located. Please ensure that the URL is correct, and try again." %}


{% captureas link_start %} {% endcaptureas %} {% blocktrans with link_end="" %} You may also view your previous orders on the {{ link_start }}Account Settings{{ link_end }} page. {% endblocktrans %}

{% endblock content %}