{% for order in orders %} #{{ order.id }} {{ order.user.username }} ${{ order.total }} {{ order.status }}
{% endfor %}