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

Customer Locations

{% if mode == 'update' %} Edit Ownership Type {{ cust_location.getName() }} {% else %} New Customer Location {% endif %}

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