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

{% block title %}{{ title }} une séance{% endblock %}

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