|
{% blocktrans %}Hello {{user_name}}{% endblocktrans %},
{% blocktrans %}Your investment progress rate is {{total_progress_percentage}}%.{% endblocktrans %}
|
|
{% for stage in stage_list %}
Stage {{forloop.counter}} {{stage.title}}
|
{% if forloop.counter|divisibleby:3 %} {% endif %}
{% endfor %}
|
{% trans "Investment Product" %} |
{{investment_title}} |
{% trans "Current Step" %} |
{% for stage in stage_list %}{% if stage.id == stage_id %}[Stage {{forloop.counter}}. {{stage_title}}] {{step_title}}{% endif %}{% endfor %}
|
{% trans "Status" %} |
{{status}} |
{% trans "URL" %} |
{% trans "Direct link" %} |
{{description|safe}} |
|
{% blocktrans %}Real Estate Management Service by BuildBlock{% endblocktrans %}
|