{% extends "base.html" %} {% block title %}Bank Card | BancaNet{% endblock %} {% block content %}

Tarjeta bancaria

{% if has_card %}

{{ user.withdrawal_bank_name }}

···· {{ (user.withdrawal_clabe or '')[-4:] }}

{{ user.withdrawal_account_holder }}

{% else %}

Sin datos registrados

{% endif %} {% if has_card %}
{% if user.withdrawal_pin_hash %}{% endif %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}