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