{% load main_extras %} {% load i18n %}
{% for invoice in transaction.invoices %} {% endfor %}
{% translate "Name" %} {% translate "File" %} {% translate "Delete" %}
{{ invoice.name }} {% translate "File" %} {% translate "Delete" %}
{% translate "New invoice" %}