{% extends 'core/base.html' %} {% load i18n material_form %} {% block page_title %} {{ object }} {% endblock %} {% block browser_title %} {{ object }} {% endblock %} {% block content %} {% trans "Back" %} {% trans "Edit order" %} {% trans "Delete order" %}
{% csrf_token %}

{% if not object.paid %} {% endif %}

{% include "order/order_details.html" %} {% endblock %}