{% load media_loaders %}

Statuses

Links Created

Stuff You Liked

    {% if details %} {% 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 %} {% else %}

    No Likes

    {% endif %}

Photos

    {% if photos %} {%for photo in photos %} {% if photo.link_back %}{{photo.created|date:"D H:ma"}} {%endif%} {% for comment in photo.comments %}
  • "{{comment.body}}" - {{comment.from_user}}
  • {% endfor %} {% endfor %} {% else %}

    No Photos

    {% endif %}

Checkins