Congratulations! Your answer is correct!
{% else %}
{% for atom in case %}
{{ atom }}
{% if atom.type == 'input' %}
{% endif %}
{% endfor %}
{% for atom in answer_key %}
{{ atom }}
{% if atom.type == 'input' %}
{% endif %}
{% endfor %}
{% if case.error_message.strip() %}
{{ case.error_message }}
{% else %}
Unknown error
{% endif %}