{# # Copyright (C) falkb # Copyright (C) 2021 Cinc # # All rights reserved. # # License: 3-clause BSD #} # extends 'layout.html' # block title ${_("Version")} ${version.name} ${ super() } # endblock title # block head ${ super() } # endblock # block content

${_("Version")} ${version.name}

#if version.time

Date ${dateinfo(version.time)} (${format_datetime(version.time)})

# else

${_("No date set")}

#endif # if stats.count # include "progress_bar.html" ignore missing # endif
# if available_groups and stats.count
${jmacros.form_token_input()}
# if groups # for group in groups # endfor
# if not group.name (none) # elif grouped_by in ['owner', 'reporter'] # with # set obfus_name = format_author(group.name) # if obfus_name != group.name ${obfus_name} # else ${obfus_name} # endif # endwith # else ${group.name} # endif # with # set stats = group.stats # set interval_hrefs = (group.interval_hrefs, None) [bool(grouped_by in ['owner', 'reporter'] and group.name and group.name != format_author(group.name))] # set percent = '%d / %d' % (group.stats.done_count, group.stats.count) # set legend=False # set style='width: %d%%' % (group.percent_of_max_total * 0.8) # include "progress_bar.html" ignore missing # endwith
# endif
# endif # if version.description
${wiki_to_html(context, version.description)}
# endif # if 'MILESTONE_MODIFY' in perm or 'MILESTONE_DELETE' in perm
# if 'MILESTONE_MODIFY' in perm
# endif # if 'MILESTONE_DELETE' in perm
#endif
# endif
Note: See TracRoadmap for help on using the roadmap.
${ super() } # endblock