How To Display A Text If The Vendor Is Viewing Their Own Product

I want to show this text "Your listing" on product listed by the vendor when they go to it. example

{if viewer_is_owner_of_product}Your listing{/if}

Try

{if $auth.company_id == $product.company_id}Your listing{/if}

(!) Not tested

It worked!! please how can I show a link for them to edit their own product?

I figured out how to do that, Thank you so much

It worked!! please how can I show a link for them to edit their own product?

You are welcome! :)