{% extends "advantage/base_advantage.html" %} {% block title %}Canonical payment method{% endblock %} {% block meta_description %}Mange your payment method for your Canonical services.{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

You have one or more pending payments. Use your saved card to retry payment.

Payment methods

{% with brand=default_payment_method["brand"] %} {% include "account/payment-methods/_card-logo.html" %} {% endwith %}

{{default_payment_method["brand"]}} ending in {{default_payment_method["last4"]}}

Default payment method

{% if default_payment_method %}
{% if default_payment_method["id"] %}{% endif %}

{% else %}

No card added yet.

{% endif %}
{% endblock content %}