Template.QueueAlertRestrictedSession.onCreated(function onCreated() {
  this.autorun(() => {
    this.subscribe("sessions.byQueueId", Template.currentData().queue._id);
  });
});