{% extends "panel_base.html" %} {% block header_title %}{{gettext("All Products Types")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("All Products Types")}}{% endblock %} {% block content %}
{{gettext("Add Product Type")}}
{{gettext("ID")}} | {{gettext("name")}} | {{gettext("product attributes")}} | {{gettext("variant attributes")}} | {{gettext("settings")}} |
{{pt.id}} | {{pt.name}} | {{pt.product_attributes_print}} | {{pt.variant_attributes_print}} | {{gettext("Edit")}} |