{% extends "pathway/templates/pathway_base.html" %} {% load forms %} {% block pathway_header %} {{ block.super }} {% block process_steps %}
{% process_steps process_steps="pathway.steps" click="clickIcon" show_titles=False active="progress_step.display_name === pathway.currentStep.display_name" complete="pathway.stepIndex(progress_step) < pathway.currentIndex" disabled="pathway.stepIndex(progress_step) > pathway.currentIndex" %}
{% endblock %} {% endblock pathway_header %} {% block pathway_body %} {% for step in pathway.get_steps %}
{% include step.get_base_template %}
{% endfor %} {% endblock pathway_body %} {% block pathway_footer %}