{% extends "subscriptions/Subscription/base.weasy.html" %} {%- block pagesize %}portrait{%- endblock %}; {%- block main %}

This is an agreement between {{settings.SITE.site_config.site_company}} and {{obj.partner}}.

It is about {{obj.invoiceable_product}}. It starts on {{obj.start_date}} and ends on {{obj.end_date}}. Invoicing periodicity: {{obj.subscription_periodicity}}.

{{obj.description}}

Each invoice will contain the following items:

{% for oi in obj.items.all() %} {% endfor %}
{{_("No.")}} {{_("Product")}} {{_("Quantity")}} {{_("Remark")}}
{{loop.index}} {{tostring(oi.product)}} {{oi.title}} {{oi.qty}} {{oi.total_base}}
{%- endblock %}