{% extends "base.html" %} {% from "partials/_checkpoint_steps.html" import checkpoint_steps %} {% block crumb_leaf %}/«{{ sprint.name }}»{% endblock %} {% block content %}
goal: {{ sprint.goal }}
{% endif %} {% if sprint.started_at %}started {{ sprint.started_at }}
{% endif %}completion {{ cp_done }}/{{ cp_total }}
No member items.
{% endif %} {% endblock %}