{% extends "base.html" %}
{% block title %} — Session Complete{% endblock %}
{% block content %}
Weight increased on {{ increase_count }} exercise{{ increase_plural }}.
{{ stall_count }} stall{{ stall_plural }} detected. Extended recovery is indicated.
Your next session is prescribed for {{ next_date }}. {{ recovery_reason }}Session Complete
Recovery
“The muscles grow during rest, not during training. Training is merely the stimulus; rest is where adaptation occurs.” — Mike Mentzer{% endblock %}