{% extends "default.html" %} {% load i18n %} {% load mptt_tags %} {% load servo_tags %} {% block toolbar %}
{% if perms.servo.add_product %} {% trans "New Product" %} {% endif %}
{% endblock toolbar %} {% block content %}
{% include "products/tabs.html" %}
{% block second_column %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}


{% include "products/list.html" %} {% include "pagination.html" with items=products %}
{% endblock second_column %} {% block third_column %} {% endblock third_column %}
{% endblock content %} {% block crumbs %}
  • {% trans "Products" %}
  • {% block breadcrumb %}
  • /{{ group_name }}
  • {% endblock breadcrumb %} {% endblock crumbs %}