{% extends 'bootstrap_base.html' %} {% from 'bootstrap5/form.html' import render_field %} {% block header %}

Task {{task_index | safe}} / {{task_total | safe}}

Based on the fact to check, our AI system generates decomposed steps to solve it step by step.

{% endblock %} {% block content %}

Task Description:

{{ tp_query | safe}}

Plan:

{% if tp_plan|length == 0 %}

None

{% elif tp_plan|length > 0 %}
{% endif %}
{{ render_field(form.submit_button) }}
{% endblock %}