|
|
|
@ -104,15 +104,6 @@ |
|
|
|
<span class="progress-icon"><i class="fa fa-file" aria-hidden="true"></i></span> |
|
|
|
<span class="progress-content"><small>Step {% step_order step="review" %}</small><br />Review</span> |
|
|
|
</a> |
|
|
|
|
|
|
|
{% if 'Other orders' in which_orders.0.value|load_json %} |
|
|
|
<a href="{% url 'question_steps' 'other_orders' %}" class="progress-question {% if step_status.other_orders == 'Complete' %} complete {% endif %}"> |
|
|
|
<span class="progress-icon"><i class="fa fa-gavel" aria-hidden="true"></i></span> |
|
|
|
<span class="progress-content"><small>Step {% step_order step="other_orders" %}</small><br />Other orders</span> |
|
|
|
{% if step_status.other_orders == 'Started' %}<span class="progress-status"><i class="fa fa-adjust" aria-hidden="true"></i> Started</span> |
|
|
|
{% elif step_status.other_orders == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i> Completed</span> {% endif %} |
|
|
|
</a> |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|