<%inherit file="/base.mako"/> <%def name="title()">Configure workflow menu %if message: <% try: messagetype except: messagetype = "done" %>

${message}
%endif
## %if workflows: %for i, workflow in enumerate( workflows ): %endfor %endif %if shared_by_others: %for i, association in enumerate( shared_by_others ): <% workflow = association.stored_workflow %> %endfor %endif
Name Owner # of StepsLast Updated Show in menu
${workflow.name} You ${len(workflow.latest_workflow.steps)}
${workflow.name} ${workflow.user.email} ${len(workflow.latest_workflow.steps)}