{% extends "finances/layout.html" %} {% load crispy_forms_tags %} {% block title %} Add Payment Methods {% endblock %} {% block content %}

Add Payment Methods


{% csrf_token %} {{ form|crispy }}




Current Payment Methods

{% for payment_method in payment_methods %} {% endfor %}
Payment Method
{{ payment_method.payment_method }}
{% endblock %}