{% for record in records %} {% include 'modules/common/components/table-cells/actions.html.twig' with { "trash": true, "edit": true, "save": true } %} {% endfor %}
{{ 'datatables.table.id' | trans }} {{ 'payments.incomes.table.amount' | trans }} {{ 'payments.incomes.table.information' | trans }} {{ 'payments.incomes.table.date' | trans }} {{ 'payments.incomes.table.currency' | trans }} {{ 'datatables.table.actions' | trans }}
{{ record.id }} {{ record.amount }} {{ record.information}} {% include 'page-elements/components/forms/input-datepicker.twig' with { "value" : ( record.date is not null ? record.date | date('Y-m-d') : "") , "disabled" : true } %}
{% include 'page-elements/components/forms/currency-select.twig' with { "disabled": true, "currency": record.currency }%}