{% extends "doku/base.html" %} {# blocks #} {% block content %} 문서 {# TODO: 대기중/처리중 Job이 있을 경우, 자동 새로고침 (Table or Row ?) #}
{% partial list %}
문서 정보 변환 작업 액션
{% endblock content %} {# partials #} {# list 에서는 element 만을 반복 렌더링 #} {% partialdef list %} {% for document in document_list %} {% partial element %} {% if is_paginated and forloop.last and page_obj.has_next %}
{% endif %} {% endfor %} {% endpartialdef %} {% partialdef element %}
#{{ document.pk }}. {{ document.name }}
{{ document.status_label }}
수정 삭제하기 유사 문서 조회 작업 히스토리 내보내기 {% endpartialdef %}