{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inside %}

{% trans "Signal power-pack" %}

{% trans "Each capability maps to a pretix extension point and is OFF until you switch it on here — one config change each. Fill the matching text/number where a toggle needs it." %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "Public shop" %} {% bootstrap_field form.fc_sig_extra_consent layout="horizontal" %} {% bootstrap_field form.fc_sig_extra_consent_text layout="horizontal" %} {% bootstrap_field form.fc_sig_footer_link layout="horizontal" %} {% bootstrap_field form.fc_sig_footer_link_label layout="horizontal" %} {% bootstrap_field form.fc_sig_footer_link_url layout="horizontal" %} {% bootstrap_field form.fc_sig_confirm_note layout="horizontal" %} {% bootstrap_field form.fc_sig_confirm_note_text layout="horizontal" %} {% bootstrap_field form.fc_sig_frontpage_note layout="horizontal" %} {% bootstrap_field form.fc_sig_frontpage_note_text layout="horizontal" %} {% bootstrap_field form.fc_sig_voucher_note layout="horizontal" %} {% bootstrap_field form.fc_sig_voucher_note_text layout="horizontal" %} {% bootstrap_field form.fc_sig_declare_cookies layout="horizontal" %} {% bootstrap_field form.fc_sig_hide_past_sessions layout="horizontal" %} {% bootstrap_field form.fc_sig_download_window layout="horizontal" %} {% bootstrap_field form.fc_sig_download_window_days layout="horizontal" %}
{% trans "Admin" %} {% bootstrap_field form.fc_sig_topbar_hub layout="horizontal" %} {% bootstrap_field form.fc_sig_topbar_hub_label layout="horizontal" %} {% bootstrap_field form.fc_sig_topbar_hub_url layout="horizontal" %} {% bootstrap_field form.fc_sig_dashboard_widget layout="horizontal" %} {% bootstrap_field form.fc_sig_position_buttons layout="horizontal" %} {% bootstrap_field form.fc_sig_timeline_doors layout="horizontal" %}
{% trans "Commerce" %} {% bootstrap_field form.fc_sig_holdback layout="horizontal" %} {% bootstrap_field form.fc_sig_holdback_count layout="horizontal" %} {% bootstrap_field form.fc_sig_max_per_order layout="horizontal" %} {% bootstrap_field form.fc_sig_max_per_order_count layout="horizontal" %}
{% trans "Mail & API" %} {% bootstrap_field form.fc_sig_mail_footer layout="horizontal" %} {% bootstrap_field form.fc_sig_mail_footer_text layout="horizontal" %} {% bootstrap_field form.fc_sig_api_details layout="horizontal" %}
{% trans "Checkout & lifecycle" %} {% bootstrap_field form.fc_sig_express layout="horizontal" %} {% bootstrap_field form.fc_sig_express_logged_in_only layout="horizontal" %} {% bootstrap_field form.fc_sig_valid_if_pending layout="horizontal" %} {% bootstrap_field form.fc_sig_paid_email layout="horizontal" %} {% bootstrap_field form.fc_sig_expired_nudge layout="horizontal" %} {% bootstrap_field form.fc_sig_approved_email layout="horizontal" %} {% bootstrap_field form.fc_sig_denied_email layout="horizontal" %} {% bootstrap_field form.fc_sig_lifecycle_audit layout="horizontal" %} {% bootstrap_field form.fc_sig_preflight layout="horizontal" %} {% bootstrap_field form.fc_sig_blocked_reason layout="horizontal" %}
{% endblock %}