{% extends 'base.html.twig' %} {% block title %}AssoProduct{% endblock %} {% block body %}
Id | {{ asso_product.id }} |
---|---|
Code | {{ asso_product.code }} |
Name | {{ asso_product.name }} |
Price | {{ asso_product.price }} |
Description | {{ asso_product.description }} |
Started_at | {{ asso_product.startedAt ? asso_product.startedAt|date('Y-m-d') : '' }} |
Ended_at | {{ asso_product.endedAt ? asso_product.endedAt|date('Y-m-d') : '' }} |