{% for order in orders %} {{ order }} {{ order.description }} {% include "order/order_status.html" with order=order %} {% endfor %}