%if message:
<%
try:
status
except:
status = "done"
%>
${h.to_unicode( message )}
%endif
Your workflows
%if workflows:
%for i, workflow in enumerate( workflows ):
|
${len(workflow.latest_workflow.steps)} |
## ${str(workflow.update_time)[:19]} |
|
%endfor
%else:
You have no workflows.
%endif
Workflows shared with you by others
%if shared_by_others:
%for i, association in enumerate( shared_by_others ):
<% workflow = association.stored_workflow %>
|
${workflow.user.email} |
${len(workflow.latest_workflow.steps)} |
|
%endfor
%else:
No workflows have been shared with you.
%endif
Other options
Configure your workflow menu