{% endblock %}
{# partials #}
{# list 에서는 element 만을 반복 렌더링 #}
{% partialdef list %}
{% for vector_document_image in object_list %}
{% partial element %}
{% if is_paginated and forloop.last and page_obj.has_next %}
{% endif %}
{% endfor %}
{% endpartialdef %}
{% partialdef element %}