{% extends 'dashboard/layout.html' %} {% load i18n %} {% load bundle_dashboard_tags %} {% block body_class %}{{ block.super }} add-related-product{% endblock %} {% block title %} {{ title }} | {% trans "Bundles" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %}{{ title }}{% endblock %} {% block dashboard_content %}
{% if field_name == 'triggering_products' %} {% include 'bundles/dashboard/_progress.html' with step=2 bundle=bundle %} {% else %} {% include 'bundles/dashboard/_progress.html' with step=3 bundle=bundle %} {% endif %}

{{ title }}

{% include 'dashboard/partials/form_fields.html' with form=category_form %}
{% csrf_token %} {% include 'dashboard/partials/form_fields.html' with form=form %}
{% trans "Cancel" %}
{% endblock dashboard_content %}