{% extends 'gym/base.html' %} {% load bootstrap4 %} {% block content %}

{% block title %}{{ title }} un réglage{% endblock %}

{% if equipment %} Retourner à la machine {% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% if edit %} Supprimer {% endif %} {% endbuttons %}
{% endblock %}