{% extends "panel_base.html" %} {% block header_title %}{{gettext("All Products Types")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("All Products Types")}}{% endblock %} {% block content %}

{{gettext("All Products Types")}}

{{gettext("Add Product Type")}}
{% for pt in products_types %} {% endfor %}
{{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")}}
{% endblock %} {% block js_block %} {% endblock %}