{% extends "base.html" %} {% block title %} — Session Complete{% endblock %} {% block content %}

Session Complete

{% for result in results %}
{{ result.exercise_name }} {{ result.text }}
{% endfor %}
{% if has_increases %}

Weight increased on {{ increase_count }} exercise{{ increase_plural }}.

{% endif %} {% if has_stalls %}

{{ stall_count }} stall{{ stall_plural }} detected. Extended recovery is indicated.

{% endif %}

Recovery

Your next session is prescribed for {{ next_date }}.

{{ recovery_reason }}

RETURN TO DASHBOARD
{% endblock %} {% block quote %}
“The muscles grow during rest, not during training. Training is merely the stimulus; rest is where adaptation occurs.” — Mike Mentzer
{% endblock %}