{% extends 'base.html' %} {% block body_main %} {% include 'profile/_header.html' with active='activity' %}
{% for poi_entry in poi_entry_list %} {% empty %} {% endfor %}
Date Score Status History
{{ poi_entry.modDate }} {{ poi_entry.points }} {{ poi_entry.statusData }} {{ context_var|safe }} {% autoescape off %} {{ poi_entry.jsonData }} {% endautoescape %}
You haven't started any activity yet.
{% endblock %}