{% extends 'edx/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Basket" %} {% endblock title %} {% block navbar %} {% include 'edx/partials/_student_navbar.html' %} {% endblock navbar %} {% block javascript %} {% endblock %} {% block content %}
{# Use a partial template so that AJAX can be used to re-render basket #} {% include 'basket/partials/basket_content.html' %}
{% endblock content %}