{% extends "base.html" %} {% load lifting %} {% block content %} ← Previous {{date|date:"F d Y"}} Next → Lift Weight Reps {% for set in sets %} {{set.lift}} {% mass_unit set.weight_kg %} {{set.reps}} {% endfor %} {% endblock %}