{% load i18n admin_urls %}
{% url object.opts|admin_urlname:'change' object.id|admin_urlquote as change_url %} {{ object.inner_id }} {{ object.created_at }} {{ object.get_status_display }}
{{ object.grand_total }}
{% trans "Customer" %}: {{ object.customer }}
{% trans "Note" %}: {% if object.note %}{{ object.note }}{% else %}-{% endif %}