{% extends "pathway/templates/pathway_base.html" %} {% load forms %} {% block pathway_body %} {% for step in pathway.get_steps %}

{% if step.get_icon %} {% icon step.get_icon %} {% endif %} {{ step.get_display_name }}

{% include step.get_template %}
{% endfor %} {% endblock pathway_body %}