## 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 or Delete File:

% for blob in blobfiles:
% endfor % else:

Download File:

% for blob in blobfiles: % endfor % endif % else:

No BLOBs received yet

% endif