Template.ModalQueueEdit.onCreated(function onCreated() {
  this.autorun(() => {
    this.subscribe("locations.active");
  });
});