{% extends "base.html" %} {% load lifting %} {% block content %} All Lifts Lift Total Sets Last Set Max Weight Estimated 1RM {% for lift in lifts %} {{lift.display_name}} {{lift.total}} {{lift.last_date}} {% mass_unit lift.max_kg %} {% mass_label %} {% endfor %} {% endblock %}