{% extends 'base.html.twig' %} {% block body %}
Id | Użytkownik | Hasło | is_active | Usuń |
Id | Id_klient | country | city | street | zip_code | house_number | usuń |
{{ adres.id }} | {{ adres.id_klient }} | {{ adres.country }} | {{ adres.city }} | {{ adres.street }} | {{ adres.zip_code }} | {{ adres.house_number }} | Usuń |
Id | Id_klient | Id_product | Id_adresy | Id_courier | Prize | usuń |
{{ order.id }} | {{ order.id_klient }} | {{ order.id_product }} | {{ order.id_adresy }} | {{ order.id_courier }} | {{ order.prize }} | Usuń |
Id | Id_klient_id | Id_product_id | Prize | usuń |
{{ product.id }} | {{ product.id_klient_id }} | {{ product.id_product_id }} | {{ product.prize }} | Usuń |
Id | name | picture | description | Prize | usuń |
{{ product.id }} | {{ product.name }} | {{ product.picture }} | {{ product.description }} | {{ product.prize }} | Usuń |
Id | Name | Age | surname | usuń | |
{{ courier.id }} | {{ courier.name }} | {{ courier.surname}} | {{ courier.email }} | {{ courier.age }} | Usuń |
Id | Id_user | comment | date | id_product | usuń |
{{ comment.id }} | {{ comment.id_user }} | {{ comment.comment }} | {{ comment.date}} | {{ comment.id_product }} | Usuń |