{% extends 'shop/base.html' %} {% load i18n %} {% load django_bootstrap5 %} {% block content %}

{% if is_edit %}{% trans "Edit shop" %}{% else %}{% trans "Create shop" %}{% endif %}

{% if is_edit %}
{% trans "Changing the slug changes this shop's public URL." %}
{% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% trans "Cancel" %}
{% endblock %}