{% if label %} {% if multiple %} {% for item in label %} {{ item }} {% endfor %} {% else %} {{ label }} {% endif %} {% endif %}