{% extends 'main/layout.html' %} {% block title %}Deleting card — {{ request.user.username }} at Mataroa{% endblock %} {% block content %}

Delete {{ card.brand|capfirst }} {{ card.last4 }} for sure?

Are you sure you want to oust this card from your account?

{{ card.brand|capfirst }}
Ends in {{ card.last4 }}
Expires in {{ card.exp_month }}/{{ card.exp_year }}

It's not such a big deal anyway, you can add it again later, should you want.

{% csrf_token %}
{% endblock %}