Sprint #{{ sprint.id }} : {{ sprint.date_start|date:"d M. Y" }} au {{ sprint.date_end|date:"d M. Y" }}
{% if sprint.running %}En cours{% endif %}
Stories programmées: {{ sprint.nb_stories }}
Vélocité prévue: {{ sprint.planned_velocity }}
Vélocité réelle: {{ sprint.real_velocity }}
{% if sprint.retro %}
{{ sprint.retro|safe_markdown }}
{% endif %}