{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% if not customer.id %} {% trans "New customer" %} {% else %} {% blocktrans trimmed with id=customer.identifier %} Customer #{{ id }} {% endblocktrans %} {% endif %} {% endblock %} {% block inner %}

{% if not customer.id %} {% trans "New customer" %} {% else %} {% blocktrans trimmed with id=customer.identifier %} Customer #{{ id }} {% endblocktrans %} {% endif %}

{% csrf_token %} {% bootstrap_form form layout="control" %}
{% endblock %}