This invoice is for work performed by {{site.person_name}} as a {{site.person_title}} for GitHub.
Invoice Number: {{ page.invoice_number }}
Date: {{ page.date | date_to_string }}
For period: {{ page.period }}
{% assign total = 0 %} |Description|Amount| |--|--:|{% for item in page.invoice_line_items %}{% assign total = total | plus:item.value %} |{{item.title}}|{{item.value}} {{page.invoice_currency}}|{% endfor %} |Total:|{{total}} {{page.invoice_currency}}|
{{page.invoice_payment_info}}