{% extends "pretixcontrol/order/index.html" %} {% load fatturaelt %} {% load i18n %} {% load phone_format %} {% block content %} {{block.super}}

Electronic invoices

{% if invoices %}
{% trans "Invoices" %}
    {% for i in invoices %}
  • {{i.number}} {% if not i|einvoice_sent %}
    {% csrf_token %}
    {% endif %} {% endfor %}
{% endif %}
{% endblock content %}