{{ report_name }}
-----Powered by {{ report_author }}
+{{ report_name }}
+----Powered by {{ report_author }}
--
-
- {{ thought['report_name'] }}: {{ thought['description'] }} - {% endfor %} -
【分析思路】
- {% for thought in report_thought %} +-
+
【分析思路】
+ {% for thought in report_thought %}{{ question_data['question']['report_name'] }}
- {{ answer_item['analysis_item'] }}: {{ answer_item['description'] }} +
- {{ answer_item['analysis_item'] }}: {{ answer_item['description'] }} {% endfor %}
【数据解读】
{% for answer_item in question_data['answer'] %} -报告总结
--
- {% for summary in report_analyst %}
+
+ {% if question_data['echart_code'] is string %}
+
+
+ {% elif question_data['echart_code'] is sequence %}
+ {% for echart_code in question_data['echart_code'] %}
+
+
+ {% endfor %}
+ {% endif %}
+
报告总结
+-
+ {% for summary in report_analyst %}
- {{ summary['analysis_item'] }}: {{ summary['description'] }} - {% endfor %} -