We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278770e commit 368c101Copy full SHA for 368c101
frontend/templates/pages/invoices/dashboard/manage.html
@@ -7,6 +7,7 @@
7
<a class="text-3xl text-neutral-800 dark:text-white break-words hover:link hover:link-secondary"
8
href="{% url 'finance:invoices:single:preview' invoice_id=invoice.id %}">
9
Invoice #{{ invoice.id }}
10
+ {% if invoice.reference %}({{ invoice.reference }}){% endif %}
11
</a>
12
<div class="mt-[2px]">
13
{% if invoice.status == "paid" %}
0 commit comments