_editOrElse

Like _edit, but you can say what to show if the user can't edit this Property -- Function
See _edit for the full details of how edit control works. This is just like that, but with an additional parameter:
THING -> PROPERTY._editOrElse(FALLBACK)
If the current user isn't allowed to edit THING, then FALLBACK is produced instead.