| Title | Publisher | Completed | Actions | |
|---|---|---|---|---|
| {{comic.title}} | {{comic.publisher.name}} | {% with check=comic.completed %}{% include "components/check.html" %}{% endwith %} | Edit | Delete |
{% extends "shared/base.html" %} {% block title %}
| Title | Publisher | Completed | Actions | |
|---|---|---|---|---|
| {{comic.title}} | {{comic.publisher.name}} | {% with check=comic.completed %}{% include "components/check.html" %}{% endwith %} | Edit | Delete |