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