{% extends "base.html" %} {% block content %}

Injury on {{ injury.date | date:"j N Y" }}

{{ injury.gymnast }}{% if injury.skill %} injuried on {{ injury.skill.notation }}{% endif %}
{{ injury.get_mechanism_display }} on {{ injury.location}} ({{ injury.get_body_side_display }})
{% if injury.nb_week_off %} Gymnast {{ injury.nb_week_off }} week(s) off.
{% endif %}
{{ injury.to_markdown | safe }}
{% endblock %}