{% load doku_tags %} {% if not documentparsejob_list %} {% alert type="warning" %}조회된 Document Parse Job이 없습니다.{% endalert %} {% else %}
{% for job in documentparsejob_list %} {% endfor %}
상태 생성일 수정일
{{ job.status_label }} {{ job.created_at }} {{ job.updated_at }}
{% endif %}