{% extends "shared/base.html" %} {% block title %}
| Comic Title | {{comic.title}} | |
|---|---|---|
| Publisher | {{comic.publisher.name}} | |
| Completed | {% with check=comic.completed %} {% include "components/check.html" %} {% endwith %} | |
| Link | {{comic.weblink}} | |
| Works |
{% for work in comic.get_artists() %}
{{work}}:
|
|
| Data Created | {{comic.created_date}} | |
| Data Modified | {{comic.last_modified_date}} | |
| Data Version | {{comic.version}} | |
| Issues |
|
|