{# # Copyright (C) 2020 Cinc # # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. #} # extends 'admin.html' # block admintitle ${_("Workflow Admin")} # endblock admintitle # block head ${ super() } # if view == 'detail': # endif # endblock head # block adminpanel

${_("Manage Workflows")} # if view == 'list': (${len(types) + 1}) # endif

# if view == 'detail':
${jmacros.form_token_input()}
${_("Modify Workflow:")}

${_("There is currently no ticket type matching this workflow.")}

${_("Workflow Graph")}

${workflowgraph}
# endif # if view == 'list': # if not wf_controller_installed: # set controller MultipleWorkflowPlugin # endset
${tag_("Workflow controller %(controller)s is not set in trac.ini.", controller=controller)}

${_("It must be added as a workflow controller in section [ticket]. Only the default ticket workflow will currently be used.")}

${jmacros.form_token_input()}
${_("Install Workflow Controller:")}

${_("You may install the workflow controller by clicking the following button.")}


#endif
${jmacros.form_token_input()}
${_("Add Workflow:")}
${jmacros.form_token_input()} # for tkt_type in types: # endfor
  ${_("Ticket Workflow")} ${_("Description")}
${_("default")} ${_("Trac default workflow. It is used for ticket types without any specific workflow.")}
${tkt_type} Workflow for tickets of type ${tkt_type}. # if tkt_type not in trac_types:

${_("There is currently no ticket type matching this workflow.")}

# endif

${_("You can't remove the default workflow.")}

# endif
# endblock adminpanel