{% extends "shared/base.html" %} {% block title %} Publisher Detail {% endblock %} {% block content %}

Publisher Detail

{% if publisher.parent_publisher_id %} {% endif %} {% if publisher.imprints|length > 0 %} {% endif %}
Publisher Name {{publisher.name}}
Parent Company {{publisher.parent_publisher.name}}
Imprints
Comics
Data Created {{publisher.created_date}}
Data Modified {{publisher.last_modified_date}}
Back to list Edit Delete
{% endblock %}