| Service | Date | Status | Total | Download PDF | {% for invoice in invoices %}
|---|---|---|---|---|
| {% if invoice.marketplace == "canonical-ua"%} Ubuntu Pro {% elif invoice.marketplace == "blender" %} Blender Support {% elif invoice.marketplace == "canonical-cube" %} Canonical CUBE {% endif %}{% if invoice.period %} ({{ invoice.period }}){% endif %} | {{ invoice.get_formatted_date() }} |
{% if invoice.invoice %}
{% if invoice.invoice.status == "paid" %}
Paid
{% elif invoice.invoice.status == "open" %}
Pending
{% else %}
Failed
{% endif %}
{% elif invoice.status == "done" %}
Not available
{% else %}
Pending
{% endif %}
|
{% if invoice.invoice %} {{ invoice.get_total() }} {% else %} - {% endif %} | {% if invoice.invoice %} Download {% else %} No invoice available {% endif %} |
No invoices available.
{% endif %}