{{ report_type_label }} 공정보고서
{{ project.name }} | {{ period_label }}
| 공사명 | {{ project.name }} |
| 보고 기간 | {{ period_label }} |
상태 | {{ status_label }} |
{% if content_json %}
{% if content_json.get('work_summary') %}
▶ 주요 작업 내용
{{ content_json.work_summary }}
{% endif %}
{% if content_json.get('overall_progress') is not none %}
▶ 공정률
| 종합 공정률 | {{ content_json.overall_progress }}% |
|---|
{% endif %}
{% if content_json.get('issues') %}
▶ 문제점 및 조치사항
{{ content_json.issues }}
{% endif %}
{% if content_json.get('next_plan') %}
▶ 다음 기간 예정 작업
{{ content_json.next_plan }}
{% endif %}
{% elif ai_draft_text %}
▶ AI 작성 보고서 초안
{{ ai_draft_text }}
{% endif %}