{% for status in statuses %} {%if status.body %}
  • {% if status.link_back %} {%endif%}{{status.created}}{% if status.link_back %} {%endif%} {%if status.liked %} Liked {% endif%} {%if status.linked %} Linked {% endif%} - {{status.body}} {% if status.other_peoples_comments %} People who also liked this status:
      {% for comment in status.other_peoples_comments%}
    • {{comment.name}}
    • {% endfor %}
    {% endif%}
  • {% endif%} {% endfor %}