{% extends "azbankgateways/samples/base_site.html" %} {% load static %} {% block title %}پرداخت{% endblock %} {% block content %}
{% csrf_token %} {% for field in form %}
{% endfor %}
{% endblock %}