Need to render data from child doctype (Table)

Is there anyone here who can help me?

I need to fetch the data of asset from “assets” table in “asset_movement” doctype

Problem solved
To find the asset_category

{{ frappe.db.get_value"Asset", doc.assets[0].asset_name, “asset_category” }}