{% extends "lifting/base.html" %} {% load lifting %} {% block content %}
{{pform.name|formfield:"3"}} {{pform.tags|formfield:"5"}}
{% for day in plan.days.all %}
{% for e in day.exercises.all %} {% endfor %}
ExerciseSetsPercent
{{e.get_set_display}} {{e.get_percent_display}}
{% endfor %}
{% endblock %} {% block script %} {% endblock %}