{# Code which displays the progress bar, indicating where in the analysis the user is. #} {% for key, value in step_log.items() %} {% if 'params' not in key %} {% if value[0] %}
  • Success {{ value[1] }}
  • {% else %}
  • None {{ value[1] }}
  • {% endif %} {% endif %} {% endfor %}