Places Checked Into
-
{% if checkins %}
{% for checkin in checkins %}
- {%if checkin.link_back %} {{checkin.created|date:"D H:ma"}}{% endif%} {{checkin.title}} - {{checkin.body}}
{%if checkin.icon %}
{% endif %} {%if checkin.is_mayor %} You are the mayor! {% endif %}
{% endfor %}
{% else %}