{% load i18n %}

{% trans "Sale" %}

{% trans "Simple example. You don't need to specify much to get an attractive look. Put in a placeholder, make sure you set its dimensions (otherwise the plot library will barf) and call the plot function with the data. The axes are automatically scaled." %}

{{ client.company }}
{% if client.first_name and client.last_name %} attn. {{ client.first_name }} {{ client.last_name }}
{% endif %} {{ client.address }}
{{ client.zipcode }} {{ client.city }}
{{ client.country }}
{% trans "Sale number" %}
{% trans "Date" %}
{% trans "Due date" %}
: {{ sales.id }}
: {{ sales.date|date:"d F, Y" }}
: {{ sales.exp_date|date:"d F, Y" }}
{% for item in items %} {% endfor %}
{% trans "Description" %} {% if items.0.time %}{% trans "Time" %}{% endif %} {% trans "Amount" %}
{{ item.description }} {% if item.date %}({{ item.date|date:"d-m-Y" }}){% endif %} {% if item.time %}{{ item.time }} min.{% endif %} £ {{ item.amount }}
  {% trans "Subtotal" %} £ {{ sales.subtotal }}
  {% trans "Total" %} {{ sales.tax.percentage }}% {{ sales.tax.abbrevation }} £ {{ sales.total_tax }}
  {% trans "Total" %} £ {{ sales.total }}
{% trans "IBAN" %} {% trans "Sale ID" %} {% trans "Amount GBP" %}
NL28INGB0004954664 {{ sales.sales_id }} {{ sales.total }}

{% trans "The sales is to be paid before" %} {{ sales.exp_date|date:"F jS, Y" }} {% trans "with the mention of the sales id." %}

{% trans "Bread & Pepper" %}
{% trans "Hansenstraat 93" %}
{% trans "2316 BG Leiden" %}
{% trans "The Netherlands" %}
{% trans "Tel" %}
{% trans "Web" %}
{% trans "Email" %}
06-14499650
www.breadandpepper.com
hello@breadandpepper.com
{% trans "Bank ING" %}
{% trans "IBAN" %}
{% trans "BTW" %}
{% trans "KvK" %}
4954664
NL28INGB0004954664
NL 8207.29.449.B01
27343027