| 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 | ||||||||||||