{{:: ts('Update %1 by including the id in the link to this form:', {1: $ctrl.entity.name}) }}
{{ ($ctrl.editor.getLink() || '') + '#?' + $ctrl.entity.name + '=123' }}
{{:: ts('If you have made a repeating container for %1, you may update multiple %2s using comma-separated ids:', {1: $ctrl.entity.name, 2: getMeta().label}) }}
{{ ($ctrl.editor.getLink() || '') + '#?' + $ctrl.entity.name + '=123,456' }}