diff --git a/templates/carriers.html.twig b/templates/carriers.html.twig index e3e842b..d3d50a8 100644 --- a/templates/carriers.html.twig +++ b/templates/carriers.html.twig @@ -4,13 +4,41 @@ Carriers -
- + + + +
+ {% if carriers %} + + + + + + + + + + + + + {% for c in carriers %} + + + + + + + + + {% endfor %} + +
IDCompanyContactEmailPhoneNotes
{{ c.id }}{{ c.companyName }}{{ c.contact_person }}{{ c.email }}{{ c.phone_number }}{{ c.notes }}
+ {% endif %}