{% extends 'base.html' %} {% load i18n crispy_forms_filters %} {% block title %} {% trans 'Billing Information' %} {% endblock %} {% block content %}

{% trans "Provide billing data"|upper %}

{% csrf_token %} {{ form|crispy }}
{% if object %} {{ _("Delete") }} {% endif %}
{% endblock %}