{% for tag in task.project.classes['tag'].already_instantiated.values() %}
  • {% if tag in task.tags %} {% else %} {% endif %}
  • {% endfor %}