{% extends "listing.html" %} {% block page_title %}.: Training details :.{% endblock %} {% block title %}Training{% endblock %} {% block searchurl %}training{% endblock %} {% block addurl %}training{% endblock %} {% block modurl %}training{% endblock %} {% block search %}training{% endblock %} {% block datacontent %} # {% for gymnast in gymnasts_list %} {{gymnast.firstname}} {% endfor %} {% for accident in accidents %}
{{ accident.date | date:"d-m-Y" }} {{ accident.gymnast }} {{ accident.educative.longLabel }} {% endfor %} {% endblock %} {% block footerscript %} {% endblock %}