{% extends "base.html" %}
{% block title %} — Dashboard{% endblock %}
{% block content %}
{{ days_remaining }}
day{{ days_plural }} remaining
{{ reason }}You Are Ready
Begin Session
Recovery in Progress
Recent Sessions
{% for session in sessions %}
“Every single workout must be a step forward if you are to get anywhere with your training.” — Mike Mentzer{% else %}
“Rest is not a sign of weakness. It is the very process by which the body grows stronger.” — Mike Mentzer{% endif %} {% endblock %}