{% extends "portal_base.html" %} {% block title %}{{ invoice.number }} · Portal{% endblock %} {% block topbar_title %}{{ invoice.number }}{% endblock %} {% block portal_content %}

{{ invoice.contact }} · {{ invoice.amount }} {{ invoice.currency|upper }} · {{ invoice.get_status_display }}

{{ invoice.description }}

{% if invoice.hosted_invoice_url %}

Stripe pay link

{% endif %} {% if invoice.status != 'void' and invoice.status != 'paid' %}
{% csrf_token %}
{% csrf_token %}
{% endif %}

← All invoices

{% endblock %}