{% extends '_layout.html' %} {% block title %} Clotûre de {{ sprint }} {% endblock %} {% block breadcrumb %}
  • Accueil
  • Clotûre du {{ sprint }}
  • {% endblock %} {% block main %}

    Clotûre du {{ sprint }}

    Clore les stories

    {% for story in sprint.stories.all|dictsort:"id" %} {% endfor %}
    {% if story.closed %} {% else %} {% endif %} {% if story.closed %} {% else %} {% endif %} {{ story.name }} {% if story.weight %}{% include 'weight_svg.html' with weight=story.weight h=20 %}{% endif %}

    Rétrospective

    {% csrf_token %} {{ form.retro }}
    {% endblock %}