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