{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block title %} {{ title }} | {% trans "DSD Products" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {% if dsd_product %}{{ dsd_product.full_name }}{% else %}{% trans "Create new dsd_product" %}{% endif %} {% endblock %} {% block dashboard_content %} {% with ret_url='dashboard:dsd_product-list' %} {% include 'dsd/dashboard/partials/form.html' %} {% endwith %} {% endblock dashboard_content %}