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

{% block title %}Ajouter une machine{% endblock %}

Retourner à la salle
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}