{# Copyright (C) 2006-2023 Edgewall Software 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/. #} # import 'macros.html' as jmacros with context # with
${jmacros.form_token_input()} # set disabled = 'disabled' if can_modify is sameas false # set readonly = 'readonly' if can_modify is sameas false
# if readonly: ${_("View Milestone:")} # elif milestone.name: ${_("Modify Milestone:")} # else: ${_("Create Milestone:")} # endif
${ _("Format: %(datehint)s", datehint=datetime_hint)}
${ _("Format: %(datehint)s", datehint=datetime_hint)}
# if num_open_tickets or num_open_tickets == 0:
${_("Retargeting")} # if num_open_tickets != 0:
## Don't translate ticket comment (comment:40:ticket:5658) # else:

${_("There are no open tickets associated with this milestone.")}

# endif
# endif
# if milestone.exists: # else: # endif
# endwith