{% load i18n %}
{% translate "Name" %} | {% translate "Status" %} | {% translate "Reason" %} |
---|---|---|
{{check.title}} | {% if check.status == -1 %} {% elif check.status == 0 %} {% elif check.status == 1 %} {% elif check.status == 2 %} {% endif %} | {{check.reason}} |
- | {% if message.status == -1 %} {% elif message.status == 0 %} {% elif message.status == 1 %} {% elif message.status == 2 %} {% endif %} | {{message.message}} |
{% translate "Required Steps checks are unavailable at this time. Please contact an Intake & Progression Officer if this issue persits." %} |