{% load i18n %} {% if item.default %} {% if item.default|length > 80 %}
{% include "unfold/helpers/label.html" with text=item.default|truncatechars:60 %}
{% trans "Click to expand" %}
{{ item.default }}
{% trans "Click to collapse" %}
{% else %} {% include "unfold/helpers/label.html" with text=item.default %} {% endif %} {% else %} - {% endif %}