{{ table.number }}
{% include 'Includes/delete.html.twig' with {
'route': path('foxorders_shop_qrcodes_tables_delete', {'id': table.id}),
'token': csrf_token('delete' ~ table.id),
'button': 'list_delete'
} %}
{{ link('download', '', 'light-primary', {'image' : uri, 'name': 'qrcodes-tables-' ~ table.number }) }}