{% comment %} Reusable card for displaying a connected PayPal or Square seller. Context: seller — PayPalSeller or SquareSeller instance (required) provider_label — "PayPal" or "Square" (required) merchant_id — the merchant id string to display (required) disconnect_url — full URL for the disconnect button (optional) disconnect_method — "POST" to render a form, otherwise GET (default GET) disconnect_form_extra — extra hidden inputs as HTML (optional) warning — short help string shown above the card (optional) {% endcomment %} {% if warning %} {{ warning }} {% endif %}