Template.Symbols_editor_page.onRendered(function symbolsEditorPageOnRendered() {
  this.autorun(() => {
    if (this.subscriptionsReady()) {
      symbolRenderHold.release();
    }