{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %}
{{ invoice.full_number }} - {{ invoice.issued|date:"Y-m-d" }}
{{ invoice.buyer_name }} {{ invoice.buyer_street }} {{ invoice.buyer_zipcode }} {{ invoice.buyer_city }} {{ invoice.buyer_country }} {% if invoice.buyer_tax_number %}{% trans "Tax ID:" %} {{ invoice.buyer_tax_number }}{% endif %}
#{{ invoice.order.id }} - {{ invoice.user.username }} {{ invoice.item_description }}
{% trans "Net Amount:" %} {{ invoice.total_net }} {{ invoice.currency }} {% trans "Tax Amount:" %} {{ invoice.tax_total }} {{ invoice.currency }} ({{ invoice.tax }}%) {% trans "Total Amount:" %} {{ invoice.total }} {{ invoice.currency }}
{% trans "Due:" %} {{ invoice.payment_date|date:"Y-m-d" }}
{{ form.net_amount.help_text }}
{{ form.tax_amount.help_text }}
{{ form.reason.help_text }}