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

Customers

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

Use the format 63xxxxxxxxxx
{% if mode == 'update' %}
{% endif %}
{% if mode == 'update' %} Create Ticket {% endif %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}