{% extends "cloud/account.html" %} {% load i18n %} {% block title %}{% trans "Enterprise account page: change payment details" %}{% endblock %} {% block sidebar-bottom %}

{% trans "Fear not, this is safe!" %}

{% trans "Check the URL in the location bar, right at the top of your browser: there's a lock on the left of the address, validating that you're on a page secured by SSL" %}.

{% trans "Also, we can guarantee you that we're not storing your payment card information on our servers, we're in fact trusting our PCI-DSS compliant partner:" %} Payline.

{% endblock sidebar-bottom %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}