{% extends 'Shop/base.html.twig' %} {% block title %} {{ 'app.shop_owner.pages.qrcodes.title'|trans }} {% endblock %} {% block component_body %}

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

{% if domain %}
{% for qrcode in qrcodes %}
{{ qrcode.name }}
{{ link('download', '', 'light-primary', {'image' : qrcode.image, 'name': qrcode.name }) }}
{% endfor %}
{% else %}
{{ 'app.global.fields.domain_not_exist'|trans }}
{% endif %}
{% for mode, stickers in images %}

{{ mode|to_sentence() }}

{% for sticker in stickers %} {% endfor %}
{% endfor %} {% endblock %} {% block javascripts %} {% endblock %}