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