{% extends "shared/base.html" %} {% block title %}
| Artist Name | {{artist.name}} | |
|---|---|---|
| Works |
{% for work in artist.comic_works %}
{{work.work_type.name}}: {{work.comic.title}} {% endfor %} |
|
| Data Created | {{artist.created_date}} | |
| Data Modified | {{artist.last_modified_date}} | |