{% load media_loaders %}

Badges Earned

  • {% for name, badge_details in badge_images.items %} {% endfor %}

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 %}

    No checkins? Get out more!

    {%endif%}

Checkins Breakdown

Mayorships

    {% if mayorships %} {% for checkin in mayorships %}
  • {%if checkin.icon %} {% endif %} {{checkin.title}} {% if checkin.city %} in {{checkin.city}} {% endif %}
  • {% endfor %} {% else %}
  • You are mayor of nowhere!
  • {% endif %}

Total Checkins: {{total_checkins}}

Checkins Per Day: {{checkins_per_day}}