{% load media_loaders %}

Places Checked Into

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

    No checkins? Get out more!

    {%endif%}