{% extends 'dashboard/layout.html' %} {% load i18n %} {% load bundle_dashboard_tags %} {% block title %} {% trans "Offers" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block header %}{% trans "Name" %} | {% trans "Description" %} | {% trans "Bundle Group" %} | {% trans "Triggering Products" %} | {% trans "Suggested Products" %} | |
---|---|---|---|---|---|
{{ bundle.name | default:"-" }} | {{ bundle.description | default:"-" }} | {{ bundle.bundle_group | default:"-" }} | {% grouped_product_list bundle.triggering_products %} | {% grouped_product_list bundle.suggested_products %} | |
{% trans "No bundles found." %} |