{% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block head %} {% endblock %} {% block subtitle %} {% if session %} {% trans 'Edit session' %} {% else %} {% trans 'Add a session to the training' %} {{ training.name }} {% endif %} {% endblock %} {% block actions %} {% trans 'Back to the sessions list' %} {% endblock %} {% block main %}
{% endblock %}