for (g in res.guests.maybe) {
                $("#guestlist-maybe").append(tmpl('guest-item', res.guests.maybe[g]));
            }