{% extends 'core/base.html' %} {% load contacts_extras campaigns_extras %} {% block title %} Facturation - {{ request.organization }} {% endblock %} {% block content %}

Facturation : {{ request.organization }}

{% include 'core/partials/flash_messages.html' %}
Crédit

{{ credit.credit }}

Crédit en cours d'utilisation

{{ allocated_credit }}

{% for product in products %}

{{ product.name }}

{{ product.formatted_net_price }} {{ product.price.currency }}

{% for description_line in product.description_lines %}
{{ description_line }}
{% endfor %}
{% endfor %} {#
#} {# #} {#
#}
{% endblock %}