{% load i18n %}
{% for assignee in card.assignees.all %} {{ assignee.username }} {% if can_write %} {% endif %} {% empty %} {% trans "Unassigned" %} {% endfor %} {% if can_write and available_users %} {% endif %}