{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load money %} {% load bootstrap3 %} {% block title %}Fattura elettronica{% endblock %} {% block content %}

Fattura elettronica

Download all
{% for invoice in invoices %} {% empty %} {% endfor %}
Order code Invoice number Invoice date XML
{{ invoice.order.event.slug|upper }}-{{ invoice.order.code }} {% if invoice.order.testmode %} {% trans "TEST MODE" %} {% endif %} {% if invoice.order.custom_followup_due %} {% blocktrans trimmed with date=invoice.order.custom_followup_at|date:"SHORT_DATE_FORMAT" context "followup" %}TODO {{ date }}{% endblocktrans %} {% elif invoice.order.custom_followup_at %} {% blocktrans trimmed with date=invoice.order.custom_followup_at|date:"SHORT_DATE_FORMAT" context "followup" %}TODO {{ date }}{% endblocktrans %} {% endif %} {{ invoice.full_invoice_no }} {% if invoice.date %} {{ invoice.date|date:"SHORT_DATE_FORMAT" }} {% else %} - {% endif %} Get XML
We couldn't find any invoice that you have access to and that match your search query.
{% endblock %}