리포트 생성 시간: {{ report_time }}
입력 파일: {{ input_file_info.name | default('N/A') }}
총 로드된 아이템 수: {{ summary.total_loaded }}
최종 선택된 아이템 수: {{ summary.total_selected }}
총 거부된 아이템 수: {{ summary.total_rejected }}
거부 사유 | 개수 |
---|---|
{{ reason }} | {{ count }} |
거부된 아이템이 없습니다.
{% endif %} {% if selected_samples and selected_samples.data %}{{ header }} | {% endfor %}
---|
{{ cell | e }} | {# e 필터는 HTML 이스케이프를 위해 중요 #} {% endfor %}
{{ header }} | {% endfor %}
---|
{{ cell | e }} | {# e 필터는 HTML 이스케이프를 위해 중요 #} {% endfor %}
표시할 거부된 샘플 데이터가 없습니다 (설정에 따라 거부된 아이템이 없거나 샘플 수가 0일 수 있습니다).
{% endif %}{{ config_overview | tojson(indent=2) }}{# tojson 필터는 딕셔너리를 예쁘게 출력 #}