{% extends 'base.html' %} {% block main %}
{% if orders %}
{% for order in orders %} {% endfor %}
{% endif %}
{% endblock %}