{% load i18n %} {% if show_actions_column %} {% endif %} {% for order in orders %} {% if show_actions_column %} {% endif %} {% if can_edit_data %}{% include "order_confirm_delete.html" %}{% endif %} {% endfor %}
{% trans 'Order' %} {% trans 'Delivery Date' %} {% trans 'Status' %} {% trans 'Amount' %} {% trans 'Actions' %}
{{order.id}} {{order.delivery_date}} {{order.get_status_display}} {{order.price}} {% if can_edit_data %}{% endif %} {% if can_edit_data %}{% endif %}