{% load static %}
{% if status == 'unsubmitted' or status == 'correct' or status == 'incorrect' or status == 'partially-correct' or status == 'incomplete' %}
{% endif %}

{{ status.display_name }}

{% if msg %}{{ msg|safe }}{% endif %} {% if status == 'unsubmitted' or status == 'correct' or status == 'incorrect' or status == 'partially-correct' or status == 'incomplete' %}
{% endif %}