{% if editable %} {% set basketNoticeListButtonFunction = oViewConf.getViewThemeParam('sBasketNoticeListButtonFunction') %}
{% for sVar, aParam in basketitem.getPersParams() %}
{% if not loop.first %}
{% endif %}
{% if loop.first and loop.last %}
{{ translate({ ident: "LABEL" }) }}
{% else %}
{{ sVar }} :
{% endif %}
{{ aParam }}
{% endfor %}
{% endfor %} {% else %}
{% endif %} {% endif %} {% endif %} {% endblock %}