var otherCivis = _.filter(civis, function(c) {
                return (_.indexOf(this.otherCivis, c.id) != -1);
            }, this);