diff --git a/App/Requests/templates/output.html b/App/Requests/templates/output.html index c95298e..4a5d64c 100644 --- a/App/Requests/templates/output.html +++ b/App/Requests/templates/output.html @@ -19,15 +19,13 @@ {% for item in items %} - {{ item['material'] }} - {{ item['weight'] }} - {{ item['price'] }} - {{ item['count'] }} + {% for value in item.values() %} + {{ value }} + {% endfor %} {% endfor %}
-
\ No newline at end of file