{{ value.0 }} |
{% for item in value %}
{% if forloop.counter0 > 0 %}
{% if forloop.counter0 > 1 %}
{% endif %} {% if item is True %} ✓ {% elif item is False %} ✕ {% else %} {{ item|safe }} {% endif %} {% endif %} {% endfor %} |