{% extends "base.html" %} {% block content %}
Complete and check all steps to move on.
{% set dnone = '' if session['game2']['task_completed'] >= task_index else 'd-none' %} {% set success_message = 'This step has been completed' if task_index < 4 else 'All steps complete. Congratulations! To earn the remaining stars, answer the questions to the right.' %}{{ success_message }} {% if task_index == 4 %} Next game! {% endif %}