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