{% extends "admin/change_form.html" %} {% load i18n %} {% load satchmo_product_admin %} {% block after_related_objects %} {% if original %}

{% trans "Product Subtypes" %}

{% edit_subtypes original %}
{% endif %} {{ block.super }} {% endblock %} {% block extrahead %}{{ block.super }} {% comment %} jquery script should've already been added in admin/base_site.html, so don't add it again here {% endcomment %} {% endblock %}