{% load static i18n mathfilters management_tag %}
DONE
IN PROGRESS
TO DO (INVESTOR)
{% for stage in stage_list %} {% endfor %}
{% if stage.status == 'COMPLETE' %}
{% endif %}
{% if stage.status == 'PENDING' %} {% else %} {% endif %}
{{forloop.counter}}. {{stage.title}}
{% get_investment_complete_stage_count stage_list as complete_stage_count %} {% get_one_step_percentage_mobile stage_list as one_step_percentage %}
{% for stage in stage_list %}
{% get_icon_investment_step_status stage.status forloop.counter %}
{% endfor %}