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

Customers

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

Customer Info

Contact Numbers

{% trans %}country_code_prefix{% endtrans %}
{% trans %}country_code_prefix{% endtrans %}
{% trans %}country_code_prefix{% endtrans %}
{% trans %}country_code_prefix{% endtrans %}
{#
#}

Vehicles

{% if mode == 'update' %}

Tickets

Job Orders

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