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