Statuses
Links Created
Stuff You Liked
{% for status in details %}
-
{%if status.link_back %} {{status.created|date:"D H:ma"}}{% endif%}
{%if status.liked %} Liked {% endif%}
- {{status.body}}
people who liked this
{% if status.other_peoples_comments %}
People who also liked this status:
{% for comment in status.other_peoples_comments%}
- {{status.name}}
{% endfor %}
{% endif%}
{% endfor %}
Photos
Checkins
{%for checkin in checkins %}
{% if checkin.link_back %}{{checkin.created|date:"D H:ma"}}
{%endif%} {{checkin.title}} {{checkin.body}}
{% endfor %}