%inherit file="base.html"/> <%! from mylar import helpers, db %> <%def name="body()">
Publisher | Comic | Year | Latest Issue | Have | Status | Active |
---|---|---|---|---|---|---|
${comic['ComicPublisher']} | ${comic['ComicName']} | ${comic['ComicYear']} | # ${comic['LatestIssue']} (${comic['LatestDate']}) | ${havetracks}/${totaltracks} |
%if 'present' in comic['ComicPublished'].lower(): Continuing %else: Ended %endif | %if comic['Status'] == "Active": %else: %endif |