{% extends "base.html" %} {% block title %}{{ task.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ task.badge }}

{{ task.name }}

{{ task.spec }}
{% for ex in task.examples %}{{ ex }}
{% endfor %}

Write or paste your final solution here, then click Submit.

{% if submission_feedback %}

{% if submission_feedback.passed_all %} ✅ All example checks passed. {% else %} ❌ Some checks failed. You can edit and resubmit. {% endif %}

{{ submission_feedback.report }}
{% if submission_feedback.passed_all and submission_feedback.continue_url %} Continue → {% endif %} {% endif %}
AI Assistant Group {{ group }}
{% if not history %}

Ask the assistant for help with the task.
You may ask for code, hints, explanations, or debugging help.

{% endif %} {% for msg in history %}
{{ msg.content }}
{% endfor %}
{% endblock %}