Statuses
-
{% if results.statuses %}
{% for status in results.statuses %}
- {% if status.link_back %}{%endif%} {{status.created|date:"D H:m"}} {% if status.link_back %} {{ status.body}}{%endif%} {% endfor %} {% else %} No status updates {% endif %}
Links Created
-
{% if results.links %}
{% for link in results.links %}
- {% if link.link_back %}{%endif%} {{link.created|date:"D H:m"}} {{link.body}} {% endfor %} {% else %} No Links {% endif %}
Posts You Liked
-
{% if results.details %}
{% for status in results.details %}
- {%if status.link_back %} {{status.created|date:"D H:m"}}{% endif%} {%if status.liked %} Liked {% endif%} - {{status.body}} people who liked this {% endfor %} {% else %}
No Likes
{% endif %}Pages You Liked
-
{% if results.likes %}
{% for status in results.likes %}
- {%if status.link_back %} {{status.created|date:"D H:m"}}{% endif%} {%if status.liked %} Liked {% endif%} - {{status.body}} people who liked this {% endfor %} {% else %}
No Likes
{% endif %}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 %}