<%inherit file="base.html" /> <%! import mylar from mylar import db from mylar.helpers import checked %> <%def name="headerIncludes()">
Flush all Imports
<%def name="body()">

Ultron Import Results

(After importing, Rename the files to configuration settings)
(Use existing Metadata to better locate series for import)

To be Imported

(green indicates confirmed on watchlist)
%if results: %for result in results: <% if result['DisplayName'] is None: displayname = result['ComicName'] else: displayname = result['DisplayName'] endif %> <% myDB = db.DBConnection() files = myDB.action("SELECT * FROM importresults WHERE ComicName=?", [result['ComicName']]) %> %endfor %else: %endif
Comic Name Year Issues Status Import Date Options
${displayname} ${result['ComicYear']} ${result['IssueCount']} ${result['Status']} %if result['WatchMatch'] is not None: %endif ${result['ImportDate']} [Import] [Remove] %if result['implog'] is not None: [Log] %endif
There are no results to display

Already on Watchlist

(you need to CONFIRM the match before doing an import!)
%if watchresults: %for wresult in watchresults: [Remove] <% myDB = db.DBConnection() files = myDB.action("SELECT * FROM importresults WHERE ComicName=?", [wresult['ComicName']]) %> %endfor %else: %endif
Comic Name Year Status Import Date Confirmed Options
${wresult['ComicName']} ${wresult['ComicYear']} ${wresult['Status']} ${wresult['ImportDate']} %if wresult['WatchMatch']: Confirm %else: No %endif
There are no results to display
<%def name="javascriptIncludes()">