field(
	var: "start_date",
	label: "Customer since",
	description: @plan_info.relative_start_date,
	value: @plan_info.formatted_start_date
)

field(
	var: "billing_customer_id",
	label: "Billing Customer Id",
	value: @plan_info.billing_customer_id
)
