{% trans "Assess Your Response" %}
{% if self_start %}
{% trans "available" %}
{{ self_start|utc|date:"N j, Y H:i e" }}
(in {{ self_start|timeuntil }})
{% elif self_due %}
due
{{ self_due|utc|date:"N j, Y H:i e" }}
(in {{ self_due|timeuntil }})
{% endif %}
{% block title %}
{% trans "This step's status" %}:{% trans "In Progress" %}
{% endblock %}
{% block body %}