{% extends "base.html" %} {% load i18n %} {% block content %} {{ block.super }}

{% blocktrans %}Delete Product Type {{ product_type }}{% endblocktrans %}

{% blocktrans %}Deleting this Product Type will remove any related objects associated with it. These relationships are listed below:{% endblocktrans %}

{% trans "Danger Zone" %}

{% if rels|length > 1 %} {% else %}

{% trans "No relationships found." %}

{% endif %}
{% csrf_token %} {{ form }}


{% endblock %}