{% if type is sameas('fixed') %}

[{{ 'FIXED'|trans }}] {{app.request.attributes.get('id')}}({{app.request.attributes.get('extension')}})

{% endif %} {% if type is sameas('mobility') %}

[{{ 'MOBILITY'|trans }}] {{app.request.attributes.get('extension')}}

{% endif %} {% if type is sameas('template') %}

[{{ 'TEMPLATE'|trans }}] {{ templateName }}

{% endif %} {% set startIndex = 0 %}
{% for position in data %}
{% if position.wsfkposition.label is sameas ('top') %} {% include('@TelnowedgeWebsoftkey/top.html.twig') %} {% endif %} {% if position.wsfkposition.label is sameas ('screen') %} {% include('@TelnowedgeWebsoftkey/screen.html.twig') %} {% endif %} {% if position.wsfkposition.label is sameas ('bottom') %} {% include('@TelnowedgeWebsoftkey/bottom.html.twig') %} {% endif %} {% if position.wsfkposition.label is sameas ('expansion') %} {% include('@TelnowedgeWebsoftkey/expansion.html.twig') %} {% endif %}
{% set startIndex = startIndex + position.wsfkRender.wsfkConstant.totalKeys %} {% endfor %}

{{ 'Clone from'|trans }}:

{% if htmlOnly == 0 %} {% include('@TelnowedgeWebsoftkey/js/swapable.js.twig') %} {% endif %}