{% load i18n %}
{% for label in card.labels.all %} {{ label.name }} {% if can_write %} {% endif %} {% empty %} {% trans "No labels" %} {% endfor %} {% if can_write %} {% endif %}