{% extends 'Shop/base.html.twig' %} {% block title %}{{ 'app.shop_owner.pages.qrcodes_tables.title'|trans }}{% endblock %} {% block headerPageTitle %}{{ 'app.shop_owner.pages.qrcodes_tables.title'|trans }}{% endblock %} {% block toolbar_actions %} {{ 'app.global.buttons.add'|trans }} {% endblock %} {% block component_body %}

{{ 'app.shop_owner.pages.qrcodes_tables.title'|trans }}

{% if tables is not empty %}
{{ link('download_qr_codes_table', path('foxorders_shop_qrcodes_tables_download_qrcodes', {'shop': shop.id}), 'primary') }}
{% endif %}
{{ include('Shop/QrCode/Tables/list.html.twig') }} {% include 'List/pagination.html.twig' with { 'data' : tables } %}
{% endblock %} {% block modals %} {% include 'Modal/form.html.twig' with { 'title': 'app.shop_owner.pages.qrcodes_tables.new.title'|trans, 'id': 'shop', } %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}