{% load humanize %}

Deployment plan "{{ plan.name }}"

Customer: {{ plan.customer }}
Provider: {{ plan.provider }}


{% for item in plan.items %} {% endfor %}
Application Quantity Price
{{ forloop.counter }}) {{ item.title }}
{{ item.description }}
{{ item.quantity }} {{ item.price | floatformat:2 | intcomma }} {{ plan.currency }} / month

Total: {{ plan.total | floatformat:2 | intcomma }} {{ plan.currency }} / month