diff --git a/jarvis/followup/templates/injuries/details.html b/jarvis/followup/templates/injuries/details.html index 1f2ab46..25bed5d 100644 --- a/jarvis/followup/templates/injuries/details.html +++ b/jarvis/followup/templates/injuries/details.html @@ -9,9 +9,9 @@

{{ 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 %}
+ {{ 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 {{ injury.nb_week_off }} week(s) off.
+ Gymnast is {{ injury.nb_week_off }} week{% if injury.nb_week_off > 1 %}s{% endif %} off.
{% endif %} {% if injury.to_markdown %}