my $price = $self->price_or_discount
? t8('Discount #1%', $self->discount_as_number)
: t8('Price #1', $self->price_as_number);
my $price = $self->price_or_discount
? t8('Discount #1%', $self->discount_as_number)
: t8('Price #1', $self->price_as_number);