{% load currency %}
{% if invoicables %} {% for entry in invoicables %} {% for line in entry.lines %} {% endfor %} {% for line in entry.options %} {% endfor %} {% endfor %}
{% if entry.options|length == 0 %} {% endif %} {{entry.subscription.plan.get_title}} from {{entry.subscription.plan.organization}} {% if entry.options|length == 0 %} already subscribed until {{entry.subscription.ends_at}} {% endif %}
{{line.dest_amount|usd}} {{line.descr}}
{{line.dest_amount|usd}} {{line.descr}}
Charged Today
{% endif %}