{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Juvare Notify Settings" %} {% endblock %} {% block inside %}

{% trans "Juvare Notify Settings" %}

{% blocktrans trimmed %} These credentials will be used for ALL organizers and events. They will use the Juvare Notify API to send SMS. {% endblocktrans %}

{% blocktrans trimmed %} To use the Juvare Notify API in an event, it has to be enabled in the organizer account and in the event. Additionally, only customers with a known phone number can be notified. Go to "Customer and attendee data" tab in event settings to enable phone number collection. {% endblocktrans %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% bootstrap_field form.juvare_api_url layout="control" %} {% bootstrap_field form.juvare_client_secret layout="control" %}
{% endblock %}