{% extends 'base.html.twig' %} {% block title %}New CustomerProductPrice{% endblock %} {% block body %}

Create new CustomerProductPrice

{{ include('customer_product_price/_form.html.twig') }} back to list {% endblock %}