<%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

%if mylar.RENAME_FILES:
(After importing, Rename the files to configuration settings)
%endif
(Use existing Metadata to better locate series for import)

To be Imported

%if results: %for result in results: <% if result['DisplayName'] is None: displayname = result['ComicName'] else: displayname = result['DisplayName'] endif %> %endfor %else: %endif
Comic Name Year Issues Status Import Date Options
${displayname} ${result['ComicYear']} ${result['IssueCount']} %if result['ComicID']: ${result['Status']} %else: ${result['Status']} %endif %if result['WatchMatch'] is not None: %endif ${result['ImportDate']} %if result['Status'] == 'Not Imported': [Import] %endif [Remove] %if result['implog'] is not None: [Log] %endif %if result['SRID'] is not None and result['Status'] != 'Imported': [Select] %endif
There are no results to display
<%def name="javascriptIncludes()">