{% if likes|length() > 0 %} {{ likes|join(', ', attribute='Name') }} {% if likes|length() == 1 and pushpin.IsLiked or likes|length() > 1 %} like this. {% else %} likes this. {% endif %} {% else %} No one likes this yet! {% endif %}
{% for comment in comments %}
{{ comment.Name }}: {{ comment.Text }}
{% else %} No comments yet! {% endfor %}