{%extends "base.html" %} {%block navigation %} {%endblock %} {%block content %}

Orders

This page shows our productst.

{%for item in parametrs["orders"] %} {%endfor%}
name and surname product quantity
{{ item[4] }} {{ item[5]}} {{ item[2] }} {{ item[3] }}
{%endblock %}