{% load i18n slot_tags util_tags %} {% if slots %}

Additional Attributes

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