## group.html - Showing group tab buttons with vectors in the group
% for group in groups: % if selectedgp == group: ${group|h} % else: ${group|h} % endif % endfor
## For the displayed group, show the vectors in the group % for vector in vectors:
% endfor