{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% block content %}
SKU
Manufacturer {{ object.manufacturer|linkify }}
SKU {{ object.sku }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}