{% if error %}
生成报告失败
{{ error }}
{% if ai_config_error %}
前往配置页面
{% endif %}
{% elif report %}
{% if task and task.report_generated_at %}
报告生成时间:{{ task.report_generated_at.strftime('%Y-%m-%d %H:%M:%S') }}
{% endif %}
{% else %}
正在生成分析报告...
这可能需要几分钟时间,请耐心等待...
{% endif %}