{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% if bank %}
{% csrf_token %}
2checkout icon

You can now make a bank transfer to your basedboost account number and your wallet will be funded automatically.

{% for b in bank %}
{% endfor %}
{% else %}
{% csrf_token %}
2checkout icon

You can now make a bank transfer to your basedboost account number and your wallet will be funded automatically.

{% endif %}
{% endblock content %}