Portal Information


% if portal_info['logo'] == None: ${portal_info['title']} % else: ${portal_info['title']} % endif
${portal_info['title']}
${portal_info['website']}
% if storage_available == True: Storage detected % else: Storage not detected % endif % if storage_available: % if checking_status == 'new': ${new_file_info['count']} New file detected % elif checking_status == 'miss': Some file is missing % else: Files updated % endif % endif
% if storage_available: % if new_file_info:

New Files ${new_file_info['count']}


<% i = 0 %> % for row in new_file_info['info']: <% i += 1 %>
thumbnail

${row['name']} ${row['type']}

${"%0.2f" % (row['size']/1000000)} MB (${row['size']}) ${int(row['width'])} x ${int(row['height'])}
% endfor
% endif % endif