def v_document_list(): document_api = DocumentApi() return render_template('admin/document/list.html', documents=document_api.list())