{% load media_loaders %}

Statuses

Links Created

Posts You Liked

Pages You Liked

Photos

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

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


    {%endif%}

    {{photo.title}}

    Comments:

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

  • {% endfor %} {% else %}

    No Photos

    {% endif %}

Checkins

    {% if results.checkins %} {%for checkin in results.checkins %} {% if checkin.link_back %} {{checkin.created|date:"D H:m"}} {%endif%} {{checkin.title}} {% endfor %} {% else %}

    No Checkins

    {% endif %}