%inherit file="base.html"/> <%! import os import mylar from mylar import helpers, db %> <%def name="headerIncludes()">
ComicName | Issue | Issue Date | Status | Options |
---|---|---|---|---|
${issue['ComicName']} (${issue['SeriesYear']}) | ${issue['Issue_Number']} | ${issue['IssueDate']} | ${issue['Status']} | %if issue['inCacheDIR']: <% try: with open(os.path.join(mylar.CACHE_DIR,issue['Location'])) as f: linky = issue['Location'] except IOError as e: linky = None %> %if linky: %endif %else: %endif |
Story Arc | Issues | Status | Options |
---|---|---|---|
${item['StoryArc']} | ${item['TotalIssues']} | ${havearc}/${totalarc} |