{% extends 'shop/base.html' %} {% load i18n %} {% load django_bootstrap5 %} {% block content %} {% if is_edit %} {% include 'shop/_manage_header.html' with active='edit' %}
{% trans "Changing the slug changes this shop's public URL." %}
{% else %}

{% trans "Create shop" %}

{% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% trans "Cancel" %}
{% endblock %}