${_('Backlog')}: ${_(backlog) and _(backlog.name) or _('Not Found')} -1: return True level = backlog[i].level i+=1 while backlog[i] and backlog[i].level > level: if backlog[i].ticket[Key.OWNER] == username or \ (backlog[i].ticket[Key.RESOURCES] or '').find(username) > -1: return True i += 1 return False # We need this method to detect if a field contains a digit or a text value from trac.util.text import to_unicode ?>

${_(backlog) and _(backlog.name)} for ${backlog and backlog.scope} ($item_counts of $item_counts items)

${team.name}
${wiki_to_html(context, sprint.description)}
${_('Start')}: ${sprint.start} ${_('End')}: ${sprint.end} ${_('Status')}:
${_('Edit Sprint details')}. ${_('View Sprint details')}.
${chart.display()}

${_('Legenda')}

  • ${_('Requirement')}
  • ${_('Story')}
  • ${_('Task')}
  • ${_('Accepted')}
  • ${_('Done')}
  • ${_('Closed')}
  • ${_('Bug')}

${wiki_to_html(context, backlog.description)}

Show only items for:

${header}
#${bi[name]} ${column.rendered()} ${bi[column.name or column]}
Totals: ${backlog_totals[name]} n.a.
Backlog
Tickets
Planning
${contingent_widget.display()}
Note: if you want to know more see ${_('Backlogs')} in the Agilo help.