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