Hi there 👋
On the following page:
https://docs.boltcms.io/5.0/twig-components/extras#examples
it says

this does not work, the magical filter that does is:
edit_link
like so:
{% if record|edit_link %} <a href="{{ record|edit_link }}">Edit this page (№ {{ record.id }})</a> {% endif %}