## blobs.html - The page showing a list of received BLOBs Received BLOBs % if admin: % endif

Devices

Logout

Edit

Received BLOB Files

% if blobfiles: % if admin: ## modal confirm delete box
×

Delete BLOB

## end of modal confirm box

Download File:

% for index,blob in enumerate(blobfiles):
% if images[index]: View % endif
% endfor % else:

Download File:

% for index,blob in enumerate(blobfiles):
% if images[index]: View % else:   % endif
% endfor % endif % else:

No BLOBs received yet

% endif