{% load i18n static %} {% language 'en' %} Document {% include "head_css.html" with file="main-pdf" %}

Lexher AB

Isafjordsgatan 15

164 40 Kista

Sweden

+46 8 562 456 00

utbildning@lexher.se

VAT no: SE556447339401

Dear Red Hat,

Please find below the purchase order to

Red Hat Limited, 6700 Cork Airport Business Park, Kinsale Road, Cork, Ireland

PO reference:
{{ purchase_order.reference }}
Lexher billing address:
If possible, please sent the invoice per e-mail to: faktura@lexher.se
Course code:
{{ purchase_order.orderrow.sku }}
Course date:
{{ purchase_order.orderrow.course_occasion.start|default:"N/A" }}
Course location:
Stockholm
{% if purchase_order.promo_code %}
Promo Code:
{{ purchase_order.promo_code }}
{% endif %}
Course price with currency:
EUR {{ purchase_order.price_euro|floatformat:"2" }}
Corporate discount (25%):
EUR {{ purchase_order.corporate_discount|floatformat:"2" }}
Total:
EUR {{ purchase_order.total_euro|floatformat:"2" }}
Delegate's name:
{{ purchase_order.participant }}
Delegate’s e-mail:
{{ purchase_order.participant.email }}
Red Hat ID:
{{ purchase_order.participant.red_hat_id }}
{% endlanguage %}