{% load i18n %} {% for r in results %} {% with r.repairConfirmationNumber as repconf %} {% endwith %} {% empty %} {% endfor %}
{% trans "Number" %} {% trans "Reference" %} {% trans "Created" %} {% trans "Customer" %} {% trans "Status" %}
{{ repconf }}{{ r.purchaseOrderNumber|safe }} {{ r.createdOn }} {{ r.customerName }} {{ r.repairStatus }}
{% trans "No search results" %}