<%inherit file="base.html" /> <%! import mylar from mylar.helpers import checked %> <%def name="headerIncludes()"> <%def name="body()">
<% if type == 'story_arc': typesel = " Story Arc" else: typesel = "" searchtext = "Search results for :
" + name + "
" %>

Search results${searchtext}

%if searchresults: %for result in searchresults: <% if result['haveit'] == 'No': haveit = 'No' else: haveit = result['haveit']['comicid'] grade = 'Z' rtype = None if type != 'story_arc': if result['type'] == 'Digital': rtype = '[Digital]' grade = 'Z' elif result['type'] == 'TPB': rtype = '[TPB]' grade = 'Z' elif result['type'] == 'HC': rtype = '[HC]' grade = 'Z' else: grade = 'A' if haveit != "No": grade = 'H'; %> %if result['deck'] == 'None' or result['deck'] is None: %if rtype is None: %else: %endif %else: %if rtype is None: %else: %endif %endif %if result['haveit'] == "No": %if type == 'story_arc': %else: %endif %else: %endif %endfor %endif
Comic Name Publisher Year Issues
${result['name']}${result['name']} ${rtype}${result['name']}${result['name']} ${rtype}${result['publisher']} ${result['comicyear']} ${result['issues']} Add this Story Arc Add this Comic Already in library
<%def name="headIncludes()"> <%def name="javascriptIncludes()">