{# Copyright (C) 2023 Dirk Stöcker This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} # extends 'layout.html' # block title # if author: ${_("Stats (%(author)s)" % {'author' : author})} # else: ${_("Stats")} # endif # endblock title # block content

${_("Statistics")}

${_("Loading...")}
${_("Code")}

${_("Wiki")}

${_("Tickets")}
${years} years, ${days} days, ${hours} hours of development

${authors} authors, ${revisions} revisions,

${pages} wiki pages, and

${tickets} tickets

${_("Recent activity (within last 30 days):")}

${_("Developers")} ${_("Projects")} ${_("Paths")}
    # for stat in byauthors:
  1. ${stat.name}
  2. # endfor
    # for stat in byproject:
  1. ${stat.name}
  2. # endfor
    # for stat in bypaths:
  1. ${stat.name}
  2. # endfor
# endblock content