{% extends 'django_omise/base.html' %} {% load i18n static %} {% block head_title %}{% trans "Delete Payment Method" %}{% endblock %} {% block content %}

{% trans 'Delete Card' %}

{% csrf_token %}

Are you sure you want to delete the card that ends with {{ object.last_digits }}

{% trans 'Cancel' %}
{% endblock %}