I would like to link to the contact record in my validation error. The message is
f"Partners: {names} are not configured properly. (etc.)"
Where names is a list of contacts. I would like these names to link to their corresponding contact record. How can I make them links instead of strings?