{# 第十一部分:实践落地行动指南(拆分为并行segment,动态编号) #} {% set ns = namespace(idx=0) %} {# 章节小节编号:中文用一二三..,英文用 I II III.. #} {% set ag_section_labels = ag_section_labels if ag_section_labels is defined else (cn_nums if cn_nums is defined else ['I.','II.','III.','IV.','V.','VI.','VII.','VIII.','IX.']) %}

{{ t.p11_h1 }}

{{ t.p11_intro }}

{# ===== 战略聚焦:最紧迫的三件事(从第十部分引用,再次强化) ===== #} {% if llm_sections.get('part10_top3_priorities') %}

{{ t.p11_focus_title }}

{{ t.p11_focus_intro | safe }}

{{ llm_sections.get('part10_top3_priorities') | safe }}
{% endif %} {# ===== 急需突破(水平1)——重点展开 ===== #} {% if llm_sections.get('part11_critical') %}

{{ ag_section_labels[ns.idx] }} {{ t.p11_critical }}

{% set ns.idx = ns.idx + 1 %}
{{ llm_sections.get('part11_critical') | safe }}
{% endif %} {# ===== 重点攻关(水平2)——重点展开 ===== #} {% if llm_sections.get('part11_attention') %}

{{ ag_section_labels[ns.idx] }} {{ t.p11_attention }}

{% set ns.idx = ns.idx + 1 %}
{{ llm_sections.get('part11_attention') | safe }}
{% endif %} {# ===== 如果水平1和2都没有,显示提示 ===== #} {% if not llm_sections.get('part11_critical') and not llm_sections.get('part11_attention') %}

{{ t.p11_no_weak }}

{% endif %} {# ===== 稳步巩固(水平3)——精简概括 ===== #} {% if llm_sections.get('part11_maintain') %}

{{ ag_section_labels[ns.idx] }} {{ t.p11_maintain }}

{% set ns.idx = ns.idx + 1 %}
{{ llm_sections.get('part11_maintain') | safe }}
{% endif %} {# ===== 深化引领(水平4)——精简概括 ===== #} {% if llm_sections.get('part11_excel') %}

{{ ag_section_labels[ns.idx] }} {{ t.p11_excel }}

{% set ns.idx = ns.idx + 1 %}
{{ llm_sections.get('part11_excel') | safe }}
{% endif %} {# ===== 学期行动时间表 ===== #}

{{ ag_section_labels[ns.idx] }} {{ t.p11_timeline }}

{% set ns.idx = ns.idx + 1 %}
{{ llm_sections.get('part11_timeline', '

' + t.p11_timeline_loading + '

') | safe }}

{{ t.p11_disclaimer | safe }}