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

{% trans "BNPL messaging" %}

{% trans "Show a subtle 'pay in 3 with Clearpay / Klarna' strip on your ticket pages to reassure buyers of higher-value tickets. This is marketing messaging only — it sends no data to the provider and sets no cookies." %}

{% trans "Important: this plugin does not take BNPL payments. To actually offer Clearpay or Klarna at checkout, enable them as payment methods in your Stripe payment settings." %}

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