|
|
@ -46,7 +46,7 @@ |
|
|
{% elif step_status.your_separation == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i></span> {% endif %} |
|
|
{% elif step_status.your_separation == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i></span> {% endif %} |
|
|
</a> |
|
|
</a> |
|
|
|
|
|
|
|
|
{% if 'Spousal support' in want_which_orders|load_json %} |
|
|
|
|
|
|
|
|
{% if 'Spousal support' in which_orders.0.value|load_json %} |
|
|
<a href="{% url 'question_steps' 'support' %}" class="progress-question {% if active_page == 'support' %} active {% endif %}"> |
|
|
<a href="{% url 'question_steps' 'support' %}" class="progress-question {% if active_page == 'support' %} active {% endif %}"> |
|
|
<span class="progress-icon"><i class="fa fa-life-ring" aria-hidden="true"></i></span> |
|
|
<span class="progress-icon"><i class="fa fa-life-ring" aria-hidden="true"></i></span> |
|
|
<span class="progress-content"><small>Step 6</small><br />Spousal support</span> |
|
|
<span class="progress-content"><small>Step 6</small><br />Spousal support</span> |
|
|
@ -55,7 +55,7 @@ |
|
|
</a> |
|
|
</a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if 'Division of property and debts' in want_which_orders|load_json %} |
|
|
|
|
|
|
|
|
{% if 'Division of property and debts' in which_orders.0.value|load_json %} |
|
|
<a href="{% url 'question_steps' 'property' %}" class="progress-question {% if step_status.property_and_debt == 'Complete' %} complete {% endif %}"> |
|
|
<a href="{% url 'question_steps' 'property' %}" class="progress-question {% if step_status.property_and_debt == 'Complete' %} complete {% endif %}"> |
|
|
<span class="progress-icon"><i class="fa fa-home" aria-hidden="true"></i></span> |
|
|
<span class="progress-icon"><i class="fa fa-home" aria-hidden="true"></i></span> |
|
|
<span class="progress-content"><small>Step {% step_order step="property" %}</small><br />Property and debt</span> |
|
|
<span class="progress-content"><small>Step {% step_order step="property" %}</small><br />Property and debt</span> |
|
|
@ -64,7 +64,7 @@ |
|
|
</a> |
|
|
</a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if 'Other orders' in want_which_orders|load_json %} |
|
|
|
|
|
|
|
|
{% 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 %}"> |
|
|
<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-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> |
|
|
<span class="progress-content"><small>Step {% step_order step="other_orders" %}</small><br />Other orders</span> |
|
|
|