${_("Milestone %(name)s", name=milestone.name)}
# if milestone.completed:
${tag_("Completed %(duration)s ago (%(date)s)",
duration=dateinfo(milestone.completed),
date=format_datetime(milestone.completed))}
# elif milestone.is_late:
${tag_("%(duration)s late", duration=dateinfo(milestone.due))}
(${format_datetime(milestone.due)})
# elif milestone.due:
${tag_("Due in %(duration)s (%(date)s)",
duration=dateinfo(milestone.due),
date=format_datetime(milestone.due))}
# else:
${_("No date set")}
# endif
# if stats.count:
# include 'progress_bar.html' ignore missing
# endif
# if available_groups and stats.count:
# endif
# if milestone.description:
${wiki_to_html(context, milestone.description)}
# endif
# with alist = attachments, compact = true, foldable = true
# include 'list_of_attachments.html'
# endwith
# set can_modify = 'MILESTONE_MODIFY' in perm(milestone.resource)
# set can_delete = 'MILESTONE_DELETE' in perm(milestone.resource)
# if can_modify or can_delete or attachments.can_create:
# endif
# call(note, page) jmacros.wikihelp('TracRoadmap'):
# trans note, page
${note} See ${page} for help on using the roadmap.
# endtrans
# endcall
${ super() }
# endblock content