{% extends "base.html" %} {% load i18n %} {% block head %} {% endblock %} {% block subtitle %} {% trans 'Add a training' %} {% endblock %} {% block actions %} {% trans "Back to the trainings list" %} {% endblock %} {% block main %}
{% csrf_token %} {{ form.media }} {% include 'extras/form.html' with form=form %} {% include 'extras/form.html' with form=imageForm %}
{% endblock %}