{% extends 'dashboard/layout.html' %} {% load i18n %} {% load bundle_dashboard_tags %} {% block body_class %}{{ block.super }} create-bundle{% endblock %} {% block title %} {% trans "Create new bundle" %} | {% trans "Bundles" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% trans "Create new bundle" %} {% endblock %} {% block dashboard_content %}
{% include 'oscarbundles/dashboard/_progress.html' with step=1 %}
{% csrf_token %}

{% trans "Create new bundle" %}

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