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

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

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

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

{% trans 'Billing Information' %} {% endblock %} {% block content %}

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

{% csrf_token %} {{ form|crispy }}
{{ _("Cancel") }}
{% endblock %}