<%# locals: (quote:) %> <% return if quote.blank? %>

<%= t("billing.bank_transfer.quote_banner_title") %> <%= raw t("billing.bank_transfer.quote_banner_body_html", plan: quote.plan.name, price: quote.price_label) %>

<% if quote.note.present? %>

<%= t("billing.bank_transfer.quote_note", note: quote.note) %>

<% end %>