{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block title %} {{ title }} | {% trans "Create Attribute Option Group" %} | {{ block.super }} {% endblock %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block navbar %} {% if not is_popup %} {{ block.super }} {% endif %} {% endblock %} {% block dashboard_nav %} {% if not is_popup %} {{ block.super }} {% endif %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block headertext %} {{ title }} {% endblock %} {% block dashboard_content %} {% if disallow %}
{% trans "Please make sure all Product Attributes are assigned to another Attribute Option Group before deletion." %}
{% else %}