Statuses
-
{% if statuses %}
{% for status in statuses %}
- {% if status.link_back %}{%endif%} {{status.created|date:"D H:ma"}} {% if status.link_back %} {{ status.body}}{%endif%} {% endfor %} {% else %} No status updates {% endif %}
Links Created
-
{% if links %}
{% for link in links %}
- {% if link.link_back %}{%endif%} {{link.created|date:"D H:ma"}} {{link.body}} {% endfor %} {% else %} No Links {% endif %}
Posts 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 {% endfor %} {% else %}
No Likes
{% endif %}Pages You Liked
-
{% if likes %}
{% for status in likes %}
- {%if status.link_back %} {{status.created|date:"D H:ma"}}{% endif%} {%if status.liked %} Liked {% endif%} - {{status.body}} people who liked this {% endfor %} {% else %}
No Likes
{% endif %}Photos
-
{% if photos %}
{%for photo in photos %}
-
{% if photo.link_back %}{{photo.created|date:"D H:ma"}}
{%endif%} {{photo.title}}
-
{% for comment in photo.comments %}
- "{{comment.body}}" - {{comment.from_user}} {% endfor %}
{% endfor %}
{% else %}
No Photos
{% endif %}Checkins
-
{% if checkins %}
{%for checkin in checkins %}
{% if checkin.link_back %}{{checkin.created|date:"D H:ma"}}
{%endif%} {{checkin.title}} {{checkin.body}}
{% endfor %}
{% else %}