{% import "bootstrap/utils.html" as utils %} {% extends "base.html" %} {% block title %}Comics{% endblock %} {% block body %}
| Title | Publisher | Current Order | Edit | Delete |
|---|---|---|---|---|
| {{ comic.title }} | {{ comic.publisher.name }} | {{ comic.current_order }} | Edit | Delete |