## group.html - Showing group tab buttons with vectors in the group
<%page args="deviceobj, groups, selectedgp, vectors, loggedin, blobfolder"/>
## and if newvectors event received request a change of this same selected group
## For the displayed group, show the vectors in the group
% for vectorobj in vectors:
<%include file="vector/getvector.html" args="vectorobj=vectorobj, timestamp='', loggedin=loggedin, blobfolder=blobfolder, message_timestamp=''"/>
% endfor