Agilo ${_('Sprints')}

${_('Manage Sprints')}

${_('Sprint')} "${sprint.name}"
OR
${_('Team')}
${_('Set the team working on this sprint')}.
${_('Add Sprint')}:
${_('OR')}
${_('No sprints created yet')}.
  ${_('Name')}/ ${_('Milestone')} ${_('Start')} ${_('End')} ${_('Duration')} (${_('working days')})
$sprint.name
$sprint.milestone
${format_datetime(sprint.start, tzinfo=req.tz)} ${format_datetime(sprint.end, tzinfo=req.tz)} $sprint.duration
Note: if you want to know more see Sprint Admin in the Agilo help.