WIZE WIZARD // GUIDED STRATEGY + EXECUTION

{% block heading %}Dashboard{% endblock %}

{{ lesson_count }} lessons
{% with msgs=get_flashed_messages(with_categories=true) %}{% for cat,msg in msgs %}
{{msg}}
{% endfor %}{% endwith %} {% if workflow_help %}
WHAT TO DO HERE{{workflow_help.title}}

{{workflow_help.body}}

Next: {{workflow_help.next_label}} →
{% endif %} {% block content %}{% endblock %}