history
| muscles | {% for date in dates %}{{date[-2:]}} | {% endfor%}
|---|---|
| {{muscle.name}} | {% for date in dates %}sw {% elif muscle.is_work(date) %} class="w">w {% elif muscle.is_sore(date) %} class="s">s {% else %} class="o">o {% endif %} | {% endfor %}
{% extends "base.html" %} {% block title %}sorepy - history{% endblock %} {% block content %}
{% endblock %}