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

Ultron Error-Checker

Error-Check.
I cannot add the requested comic.

I've figured out that the Comic that you've selected to watch isn't listed correctly on the other databases I need to query. This is most likely due to an incorrect spelling, but sometimes it could because the year is wrong, or even the issues are incorrect. So you need to help me out on this one - please select below which series from the list is the one that you want to add.


This is what you've given me to look for:

${comicname} (${comicyear})
${comicissues} Issues

%if cresults: %for result in cresults: %endfor %else: %endif
Publisher Comic Name Year Issues
${result['ComicPublisher']} ${result['ComicName']} ${result['ComicYear']} ${result['ComicIssues']} Add Series
There are no results to display

<%def name="javascriptIncludes()">