{% extends "base.html" %} {% load staticfiles %} {% block title %}Checkout{% endblock %} {% block content %}

Vous vous apprétez à souscrire à notre offre pour un prix de {{ unit_amount }} {{price.currency}} {% if price.tax_behaviour == 'inclusive' %} TTC {% elif price.tax_behaviour == 'exclusive' %} HT {% endif %}{% if price.type == 'recurring' %} par {{price.recurring.interval_count}} {{price.recurring.interval}} {% endif %}.

Merci !
{% endblock %}