{% extends "main.html" %} {%load static%} {% block content %}

Payment Methods

{% for method in methods %} {% endfor %}
Payment Method Description Actions
{% if method.image %} {% endif %}

{{method.name}}

{{method.description}}

{% endblock content %}