{% load crispy_forms_tags %} {% load static %} GymBuddy
{% csrf_token %}
Log Exercise {{form|crispy}}
{% block body %}

Excercise List

Check out our extensive list of workouts and log your favorites to your profile!

{% csrf_token %} {{filter|crispy}}
{% for exercise in exercises %}

{{exercise.name}}

Category: {{exercise.category}}

Equipment: {{exercise.equipment}}

Description Link
{% csrf_token %}
{% endfor %}
{% endblock body %}