From 5ffb2bcf852a03e7a896f018463684b86b87c3d4 Mon Sep 17 00:00:00 2001 From: soukainna Date: Wed, 22 Feb 2023 12:23:10 +0100 Subject: [PATCH] add file unbloking --- .../unbooking-display.html | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 web/layouts/vehicles_management/unbooking-display.html diff --git a/web/layouts/vehicles_management/unbooking-display.html b/web/layouts/vehicles_management/unbooking-display.html new file mode 100644 index 0000000..8b5de9d --- /dev/null +++ b/web/layouts/vehicles_management/unbooking-display.html @@ -0,0 +1,61 @@ +{{define "content"}} +
+
+
+
+
+ + + + + + + + + + + + {{range .ViewState.vehicles}} + + + + + + + + {{end}} + +
+ Numéro (Immat / Bicycode) + + Type + + Modèle + + Lieu + + Actions +
+
{{.Data.licence_plate}}
+
+
+ {{.Type}} + {{if eq .Type "Voiture"}} + {{ if .Data.automatic}} (boite auto){{ end }} + {{end}} +
+
+
{{.Data.name}}
+
+
{{if .Data.address}}{{.Data.address.properties.label}}{{end}}
+
+ Voir +
+
+
+
+
+
+{{end}} \ No newline at end of file