{% extends 'base.html.twig' %} {% block body %}

Customers

{% if mode == 'update' %} Edit Customer {{ obj.getFirstName() ~ ' ' ~ obj.getLastName() }} {% else %} New Customer {% endif %}

Customer Info

Contact Numbers

+63
+63
+63
+63
{#
#}

Vehicles

{% if mode == 'update' %}

Tickets

{% endif %}
Back
{% endblock %} {% block scripts %} {% endblock %}