<%inherit file="base-web.html" /> <%def name="content()">
% for r in rows: % endfor
IDAnalysisFile NameAddedStatus
${r.id} ${r.desc} ${os.path.basename(r.exe.file_path)} ${r.created_on} % if r.status == 0: % if r.lock == 0: PENDING % elif r.lock == 1: PROCESSING % endif % elif r.status == 1: FAILED % elif r.status == 2: SUCCEEDED % endif