{% if tags|length > 0 %} {% for tag in tags %} {% if tag.is_selected %} {{ tag.tag_name }} {% endif %} {% endfor %} {% else %} No tags {% endif %}