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

    Clotûre du {{ sprint }}

    {% if not next_sprint %}

    Le sprint suivant n'existe pas!

    {% else %}

    Clore les stories

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

    Rétrospective

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