{% extends 'base.html' %} {% load i18n crispy_forms_tags %} {% block content %}

{% trans "Payment" %}

{% crispy form form.helper %}
{% endblock %}