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

{% trans "Wallet passes" %}

{% trans "Add-to-Apple-Wallet and Save-to-Google-Wallet buttons on every ticket. Until you paste signing credentials the buttons open the live rotating-QR pass, so nothing breaks. Add the certificates below to issue real signed passes." %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "General" %} {% bootstrap_field form.fc_wallet_enabled layout="horizontal" %} {% bootstrap_field form.fc_wallet_org_name layout="horizontal" %} {% bootstrap_field form.fc_wallet_logo_url layout="horizontal" %}
{% trans "Apple Wallet" %}

{% trans "From your Apple Developer account: a Pass Type ID certificate + private key (PEM), and the Apple WWDR intermediate certificate (PEM)." %}

{% bootstrap_field form.fc_wallet_apple_pass_type_id layout="horizontal" %} {% bootstrap_field form.fc_wallet_apple_team_id layout="horizontal" %} {% bootstrap_field form.fc_wallet_apple_cert_pem layout="horizontal" %} {% bootstrap_field form.fc_wallet_apple_key_pem layout="horizontal" %} {% bootstrap_field form.fc_wallet_apple_key_password layout="horizontal" %} {% bootstrap_field form.fc_wallet_apple_wwdr_pem layout="horizontal" %}
{% trans "Google Wallet" %}

{% trans "From Google Wallet API: your issuer ID and a service-account e-mail + private key (PEM)." %}

{% bootstrap_field form.fc_wallet_google_issuer_id layout="horizontal" %} {% bootstrap_field form.fc_wallet_google_sa_email layout="horizontal" %} {% bootstrap_field form.fc_wallet_google_sa_key layout="horizontal" %} {% bootstrap_field form.fc_wallet_google_class_suffix layout="horizontal" %}
{% endblock %}