diff --git a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html index 0711c73fb..c5d0ce999 100644 --- a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html +++ b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html @@ -26,8 +26,10 @@ {% if payment_info.source.type == "bancontact" %}
{% trans "Bank" %}
{{ payment_info.source.bancontact.bank_name }} ({{ payment_info.source.bancontact.bic }})
-
{% trans "Payer name" %}
-
{{ payment_info.source.owner.verified_name|default:payment_info.source.owner.name }}
+ {% if owner in payment_info.source %} +
{% trans "Payer name" %}
+
{{ payment_info.source.owner.verified_name|default:payment_info.source.owner.name }}
+ {% endif %} {% endif %} {% if payment_info.source.type == "ideal" %}
{% trans "Bank" %}