{% load i18n %} {% if orders %} {% include "orders/list.html" %} {% else %}

{% trans "No orders found" %}

{% endif %}