{% load media_loaders %}

Statuses

Links Created

Posts You Liked

Pages You Liked

Photos

    {% if photos %} {%for photo in photos %}
  • {% if photo.link_back %}

    Uploaded: {{photo.created|date:"D H:m"}}


    {%endif%}

    Title: {{photo.title}}

    Comments:

      {% if photo.comments %} {% for comment in photo.comments %}
    • "{{comment.body}}" - {{comment.from_user}}
    • {% endfor %} {% else %}
    • No comments yet.
    • {% endif %}

  • {% endfor %} {% else %}

    No Photos

    {% endif %}

Checkins