{% 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 %}{% endif %} {% if invoice.status != 'void' and invoice.status != 'paid' %} {% endif %} {% endblock %}