<%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)
%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 Status Import Date Options
${result['ComicName']} ${result['ComicYear']} ${result['Status']} ${result['ImportDate']} [Import] [Remove]
There are no results to display
<%def name="javascriptIncludes()">