45d44 < fName fieldName; 48d46 < vlen python:len(vocab); 51,53c49,53 < refs python:[r.targetUID for r in refs]; < refs python:here.REQUEST.get(fName, refs); < targetUIDs python:refs;"> --- > targetUIDs python:[ref.targetUID for ref in refs]; > left_uids python:[uid for uid in targetUIDs if uid in uids]; > added_uids python:[uid for uid in uids if not uid in targetUIDs]; > uids python:left_uids+added_uids; > "> 107c107,108 < tal:attributes="name string:${fieldName}:list; --- > tal:attributes=" > name fieldName; 114c115 < --- >