{% extends 'lib/base.html' %} {% load static %} {% block body %} Awards | Workoutizer

Your Awards



{% include "lib/messages.html" %}
{% for sport, top_award in top_awards.items %}

{{ sport }}  


{% include "lib/best_sections_table.html" %}

{% endfor %}
{% endblock %}