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

AssoProduct

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') : '' }}
back to list edit {{ include('asso_product/_delete_form.html.twig') }} {% endblock %}