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

Borg Importing Results

(After importing, Rename thefiles 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: <% myDB = db.DBConnection() files = myDB.action("SELECT * FROM importresults WHERE ComicName=?", [result['ComicName']]) %> %endfor %else: %endif
Comic Name Year Issues Status Import Date Options
${result['ComicName']} ${result['ComicYear']} ${result['IssueCount']} ${result['Status']} %if result['WatchMatch'] is not None: %endif ${result['ImportDate']} [Import] [Remove]
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()">