{% extends "lifting/base.html" %} {% load lifting %} {% block content %}
{% csrf_token %}

Global Settings

{{grform.bar|formfield:"2,lbs"}} {{grform.plates|formfield:"3,lbs"}}

Exercise Settings

{% for er in exercise_rules %} {% include "lifting/_er-row.html" %} {% endfor %}
Exercise Start Weight Increment Working Weight

{% endblock content %} {% block script %} {% endblock %}