{% extends 'account_layout.html' %}
{% load i18n %}
{% load static %}

{% block account_content %}
<section id="account">
    <h2>{% trans 'Payment' %}</h2>

    {{ html | safe }}
</section>

{% endblock %}