{% extends 'base.html.twig' %} {% block title %}Quote {% endblock %} {% block body %}
Devis
Créer et partager une information à toutes vos équipes
{% for quote in quotes %} {% else %} {% endfor %}
ID Reference Title Description Status Created At Updated At Finalized At Signed At Currency Color Actions
{{ quote.id }} {{ quote.reference }} {{ quote.title }} {{ quote.description }} {{ quote.status.value }} {{ quote.createdAt ? quote.createdAt|date('Y-m-d H:i:s') : '' }} {{ quote.updatedAt ? quote.updatedAt|date('Y-m-d H:i:s') : '' }} {{ quote.finalizedAt ? quote.finalizedAt|date('Y-m-d H:i:s') : '' }} {{ quote.signedAt ? quote.signedAt|date('Y-m-d H:i:s') : '' }} {{ quote.currency.value }} {{ quote.color }} {{ include('quote/_button_show.html.twig', {'id': quote.id}) }} {{ include('quote/_button_edit.html.twig') }} {{ include('quote/_delete_form.html.twig') }}
no records found
{% endblock %}