{% for note in notices %}
{{ note.text }}
{% endfor %} {% if mode == "welcome" %}

{{ welcome_text }}

{% if field_error_message and mode == "welcome" %}

{{ field_error_message }}

{% endif %}
{% elif mode == "declined" %}

Анкета остановлена.

{% elif mode == "intro" and intro_question %}

Этап 1/3 • Общие вопросы {{ intro_step }}/{{ intro_total }}

{{ intro_prompt }}

{% if intro_question.id == "pets" %}
{% elif intro_options %}
{% for value, label in intro_options %}
{% endfor %}
{% else %}
{% if intro_hint %}

{{ intro_hint }}

{% endif %} {% if field_error_message and mode == "intro" %}

{{ field_error_message }}

{% endif %} {% endif %}
{% elif mode == "intro_review" %}

{{ intro_summary_title }}

{{ intro_summary_body }}

{% elif mode == "weights" %}

Этап 2/3 • Весовые коэффициенты

{% if weight_intro_text %}

{{ weight_intro_text }}

{% endif %}
{% for block in weights_blocks %}

Блок {{ block.block_id }}. {{ block.title }}

{{ block.normalized_value }}%
{% for row in block.indicators %}
{{ row.indicator_id }}. {{ row.label }}
{{ row.normalized_value }}%
{% endfor %}
{% endfor %}
{% if field_error_message and mode == "weights" %}

{{ field_error_message }}

{% endif %}
{% elif mode == "values" %}

{{ value_prompt }}

{% if value_control.type == "select" %}
{% elif value_control.type == "slider" %}
{% else %}
{% endif %} {% if value_hint %}

{{ value_hint }}

{% endif %} {% if field_error_message and mode == "values" %}

{{ field_error_message }}

{% endif %}
{% elif mode == "value_block_review" %}

{{ value_block_summary }}

{% elif mode == "done" and result %}

{{ result_view.title }}

Индекс качества жизни: {{ result_view.lqi }}

Сумма баллов: {{ result_view.sigma }}

Итоговый множитель: {{ result_view.multi }}

Годовой доход: {{ result_view.annual_income }}

Расходы: {{ result_view.total_money }}

Остаток средств: {{ result_view.rest_money }}

{{ result_view.rest_money_note }}

Затраты времени: {{ result_view.total_time }}

Остаток времени: {{ result_view.rest_time }}

{{ result_view.rest_time_note }}

{% for media_name in media_names %} {% endfor %}
{% if result_rows %}

После изменения значений нажмите «Перестроить диаграммы», чтобы обновить графики.

{% for row in result_rows %} {% endfor %}
Индикатор Вес Показатель (ед. изм.) Значение показателя Значение индикатора в баллах
{{ row.indicator_id }}. {{ row.label }} {{ row.normalized_weight }}% {{ row.measure }} {{ row.score }}
Подробнее о затратах времени и финансовых ресурсов

Расходы по блокам

{% for row in result_money_rows %} {% endfor %}
Блок Расходы
{{ row.label }} {{ row.value }}
Общая сумма расходов по всем блокам {{ result_money_total }}

Затраты времени по блокам

{% for row in result_time_rows %} {% endfor %}
Блок Затраты времени
{{ row.label }} {{ row.value }}
Общая сумма затрат времени по всем блокам {{ result_time_total }}
{% endif %}
{% if optimization_in_progress %}
{% else %}
{% endif %}
{% if optimization_in_progress %}

Модель оптимизации работает

{{ optimization_progress.stage_label }}

Выполнено: {{ optimization_progress.percent_text }} Прошло: {{ optimization_progress.elapsed_text }}
{% endif %} {% if optimization_summary and not optimization_in_progress %}

{{ optimization_summary_title }}

{{ optimization_summary_body }}

{% if optimization_rows %}
{% for row in optimization_rows %} {% endfor %}
Индикатор Вес (%) Балл - сейчас Балл - модель
{{ row.indicator_id }}. {{ row.label }} {{ row.weight }}% {{ row.current_score }} {{ row.target_score }} ({{ row.delta_score }})
{% endif %}
{% for media_name in optimization_media_names %} {% endfor %}
{% endif %}
{% else %}

Состояние анкеты не определено.

{% endif %}