{% extends "base.html" %} {% block title %}sorepy - history{% endblock %} {% block content %}

history


{% for date in dates %} {% endfor%} {% for muscle in current_muscles %} {% for date in dates %} {% endfor %} {% endfor %}
muscles{{date[-2:]}}
{{muscle.name}}sw {% elif muscle.is_work(date) %} class="w">w {% elif muscle.is_sore(date) %} class="s">s {% else %} class="o">o {% endif %}

{% endblock %}