{% load i18n slot_tags util_tags %} {% if item.slots.exists %}

Additional Attributes

{% if request.user %} {% endif %} {% for slot in item.slots.all|order_by:'name' %} {% if request.user %} {% endif %} {% endfor %}
{% trans 'Slot name' %} {% trans 'Type' %} {% trans 'Value' %} Similar
{{ slot.name }} {{slot.type}} {{ slot.value|linebreaks }} {% count_similar request.user slot %}
{% endif %}