{% extends 'base.html' %} {% block title %}Choose a gateway{% endblock title %} {% load static %} {% block header %} {% endblock %} {% block content %}

Payment GateWays

{% csrf_token %}

Paypal

Stripe

{% csrf_token %}

Make payment with stripe and get jobs done.

CoinBase

C CoinBase

Make payment with stripe and get jobs done.

Paylike

Paylike

Make payment with stripe and get jobs done.

{% endblock content %} {% block js %} {% endblock js %}