{% extends 'base.html.twig' %} {% block title %}CustomerProductPrice index{% endblock %} {% block body %}
Id | Price | Start_date | End_date | Created_at | Updated_at | actions |
---|---|---|---|---|---|---|
{{ customer_product_price.id }} | {{ customer_product_price.price }} | {{ customer_product_price.startDate ? customer_product_price.startDate|date('Y-m-d') : '' }} | {{ customer_product_price.endDate ? customer_product_price.endDate|date('Y-m-d') : '' }} | {{ customer_product_price.createdAt ? customer_product_price.createdAt|date('Y-m-d H:i:s') : '' }} | {{ customer_product_price.updatedAt ? customer_product_price.updatedAt|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |