{% for device in devices %}
{{ device.retailCenterPosNumber ?? '-' }} {% if device.identifier is not null %} - {{ 'app.shop_owner.pages.devices.state.paired'|trans }} {% endif %}
{% include 'Shop/Device/Lists/crud_btns.html.twig' %}
{{ device.token }} {% if device.pin is not null %} {{ 'app.shop_owner.pages.devices.list.pin'|trans }}:  {{ device.pin }} {% endif %} {{ device.identifier is not null ? device.identifier : '-' }}
{{ ('app.shop_owner.pages.devices.type.' ~ device.type)|trans }} : {{ device.name }}
{% endfor %}