{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load formset_tags %} {% block custom_header %} {{ block.super }} {% endblock %} {% block title %}{% trans "Organizer" %}{% endblock %} {% block content %}

{% blocktrans with name=organizer.name %}Organizer settings{% endblocktrans %} {% if request.user.is_staff and staff_session %} {% endif %}

{% csrf_token %} {% bootstrap_form_errors sform %} {% bootstrap_form_errors form %}
{% trans "General" %} {% bootstrap_field form.name layout="control" %} {% bootstrap_field form.slug layout="control" %} {% if form.domain %} {% bootstrap_field form.domain layout="control" %} {% endif %} {% bootstrap_field sform.imprint_url layout="control" %} {% bootstrap_field sform.contact_mail layout="control" %} {% bootstrap_field sform.organizer_info_text layout="control" %} {% bootstrap_field sform.event_team_provisioning layout="control" %} {% if sform.allowed_restricted_plugins %} {% bootstrap_field sform.allowed_restricted_plugins layout="control" %} {% endif %}
{% trans "Organizer page" %} {% bootstrap_field sform.organizer_logo_image layout="control" %} {% bootstrap_field sform.organizer_logo_image_large layout="control" %} {% bootstrap_field sform.organizer_logo_image_inherit layout="control" %} {% bootstrap_field sform.organizer_homepage_text layout="control" %} {% bootstrap_field sform.event_list_type layout="control" %} {% bootstrap_field sform.event_list_availability layout="control" %} {% bootstrap_field sform.organizer_link_back layout="control" %} {% bootstrap_field sform.meta_noindex layout="control" %}

{% blocktrans trimmed %} These links will be shown in the footer of your ticket shop. You could for example link your terms of service here. Your contact address, imprint, and privacy policy will be linked automatically (if you configured them), so you do not need to add them here. {% endblocktrans %}

{% blocktrans trimmed %} The links you configure here will also be shown on all of your events. {% endblocktrans %}

{{ footer_links_formset.management_form }} {% bootstrap_formset_errors footer_links_formset %}
{% for form in footer_links_formset %}
{{ form.id }} {% bootstrap_field form.DELETE form_group_class="" layout="inline" %}
{% bootstrap_form_errors form %} {% bootstrap_field form.label layout='inline' form_group_class="" %}
{% bootstrap_field form.url layout='inline' form_group_class="" %}
{% endfor %}

{% trans "Localization" %} {% bootstrap_field sform.locales layout="control" %} {% bootstrap_field sform.region layout="control" %} {% bootstrap_field sform.timezone layout="control" %}
{% trans "Customer accounts" %} {% bootstrap_field sform.customer_accounts layout="control" %} {% bootstrap_field sform.customer_accounts_native layout="control" %} {% bootstrap_field sform.customer_accounts_link_by_email layout="control" %} {% bootstrap_field sform.name_scheme layout="control" %} {% bootstrap_field sform.name_scheme_titles layout="control" %}
{% trans "Shop design" %}

{% blocktrans trimmed %} These settings will be used for the organizer page as well as for the default settings for all events in this account that do not have their own design settings. {% endblocktrans %}

{% bootstrap_field sform.primary_color layout="control" %} {% bootstrap_field sform.theme_color_success layout="control" %} {% bootstrap_field sform.theme_color_danger layout="control" %} {% bootstrap_field sform.theme_color_background layout="control" %} {% bootstrap_field sform.theme_round_borders layout="control" %} {% bootstrap_field sform.primary_font layout="control" %} {% bootstrap_field sform.favicon layout="control" %}
{% trans "Gift cards" %} {% bootstrap_field sform.giftcard_expiry_years layout="control" %} {% bootstrap_field sform.giftcard_length layout="control" %}
{% trans "Privacy" %} {% bootstrap_field sform.privacy_url layout="control" %} {% bootstrap_field sform.cookie_consent layout="control" %} {% bootstrap_field sform.cookie_consent_dialog_title layout="control" %} {% bootstrap_field sform.cookie_consent_dialog_text layout="control" %} {% bootstrap_field sform.cookie_consent_dialog_text_secondary layout="control" %} {% bootstrap_field sform.cookie_consent_dialog_button_yes layout="control" %} {% bootstrap_field sform.cookie_consent_dialog_button_no layout="control" %}
{% trans "Reusable media" %} {% bootstrap_field sform.reusable_media_active layout="control" %}

{% trans "Barcode media" %}

{% blocktrans trimmed %} A "barcode medium" can be any printed or digital representation of a barcode. The medium will initially be created through the sale of a product that has a media policy requiring such a medium as well as a ticket or badge layout that includes the "Reusable Medium ID" as a QR code. Later, the same barcode may be re-used during the sale of a different product. {% endblocktrans %} {% blocktrans trimmed %} Barcode media can currently only be connected to tickets. {% endblocktrans %} {% blocktrans trimmed %} This subsequent reuse of the barcode is currently only supported during POS sales. {% endblocktrans %}

{% bootstrap_field sform.reusable_media_type_barcode layout="control" %}
{% bootstrap_field sform.reusable_media_type_barcode_identifier_length layout="control" %}

{% trans "NFC UID-based" %}

{% blocktrans trimmed %} This medium type can work with almost any type of NFC chip. With this option, only the UID of the NFC chip is used for identification. {% endblocktrans %} {% blocktrans trimmed %} NFC media can currently only be connected to gift cards. {% endblocktrans %}

{% blocktrans trimmed %} This method does not provide a high level of protection against abuse since it is possible for malicious users to clone someone's chip with the same UID. {% endblocktrans %}

{% bootstrap_field sform.reusable_media_type_nfc_uid layout="control" %}
{% bootstrap_field sform.reusable_media_type_nfc_uid_autocreate_giftcard layout="control" %}
{% bootstrap_field sform.reusable_media_type_nfc_uid_autocreate_giftcard_currency layout="control" %}

NFC Mifare Ultralight AES

{% blocktrans trimmed %} This medium type works only with NFC chips of the type Mifare Ultralight AES made by NXP. This provides a higher level of security than other approaches, but requires all chips to be encoded prior to use. {% endblocktrans %} {% blocktrans trimmed %} NFC media can currently only be connected to gift cards. {% endblocktrans %}

{% bootstrap_field sform.reusable_media_type_nfc_mf0aes layout="control" %}
{% bootstrap_field sform.reusable_media_type_nfc_mf0aes_autocreate_giftcard layout="control" %}
{% bootstrap_field sform.reusable_media_type_nfc_mf0aes_autocreate_giftcard_currency layout="control" %}
{% bootstrap_field sform.reusable_media_type_nfc_mf0aes_random_uid layout="control" %}
{% trans "Invoices" %} {% bootstrap_field sform.invoice_regenerate_allowed layout="control" %}
{% if domain_formset %}
{% trans "Domains" %}
{% trans "This dialog is intended for advanced users." %} {% trans "The domain needs to be configured on your webserver before it can be used here." %}
{{ domain_formset.management_form }} {% bootstrap_formset_errors domain_formset %}
{% for form in domain_formset %}
{{ form.id }} {% bootstrap_field form.DELETE form_group_class="" layout="inline" %}
{% bootstrap_field form.domainname layout='' form_group_class="" %} {% bootstrap_form_errors form %}
{% bootstrap_field form.mode layout='' form_group_class="" %}
{% bootstrap_field form.event layout='' form_group_class="" %}

{% endfor %}

{% endif %}

{% trans "Change history" %}

{% include "pretixcontrol/includes/logs.html" with obj=organizer %}
{% endblock %}