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

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

{{ form.injury_type }} {{ injury.get_mechanism_display }} at {{ injury.get_location_display }} ({{ injury.get_body_side_display }}) {% if injury.skill %} injuried on {{ injury.skill.notation }} {% endif %}
{% if injury.nb_week_off %} Gymnast is {{ injury.nb_week_off }} week{% if injury.nb_week_off > 1 %}s{% endif %} off.
{% endif %} {% if injury.to_markdown %}
{{ injury.to_markdown | safe }} {% endif %}
{% endblock %}