diff --git a/templates/search/form.html.twig b/templates/search/form.html.twig
index 1b61334d..9e9d22c7 100644
--- a/templates/search/form.html.twig
+++ b/templates/search/form.html.twig
@@ -191,6 +191,10 @@
Last Name |
First Name |
Plate Number |
+ Warranty Class |
+ Expiry Date |
+ Serial |
+ Battery |
@@ -200,6 +204,10 @@
{{ result.getLastName|default("") }} |
{{ result.getFirstName|default("") }} |
{{ result.getPlateNumber|default("") }} |
+ {{ result.getWarrantyClass|default("") }} |
+ {{ result.getDateExpire|default("")|date('d M Y') }} |
+ {{ result.getSerial|default("") }} |
+ {{ result.getSAPBattery.getID|default("") }} |
{% endfor %}