|
|
@ -4,13 +4,13 @@ |
|
|
{% block title %}{{ block.super }}: Prequalification{% endblock %} |
|
|
{% block title %}{{ block.super }}: Prequalification{% endblock %} |
|
|
|
|
|
|
|
|
{% block progress %} |
|
|
{% block progress %} |
|
|
{% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} |
|
|
|
|
|
|
|
|
{% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} |
|
|
{% include "partials/progress.html" %} |
|
|
{% include "partials/progress.html" %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block backToDashboard %} |
|
|
{% block backToDashboard %} |
|
|
{% if request.user.is_authenticated and step_status.prequalification == 'Complete' %} |
|
|
|
|
|
|
|
|
{% if request.user.is_authenticated and step_status.prequalification == 'Completed' %} |
|
|
<div class="mid_banner-dash"><a href="{% url 'overview' %}"> |
|
|
<div class="mid_banner-dash"><a href="{% url 'overview' %}"> |
|
|
<i class="fa fa-arrow-circle-o-left" aria-hidden="true"></i>View Application Stages</a> |
|
|
<i class="fa fa-arrow-circle-o-left" aria-hidden="true"></i>View Application Stages</a> |
|
|
</div> |
|
|
</div> |
|
|
|