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