{% extends "base.html" %}
{% load static %}
{% block title %}Voucher detail{% endblock %}
{% block content %}
Created: {{ voucher.date }}{{ voucher.title }}
| Description | Amount | {% if show_vat %}VAT | {% endif %}
|---|---|---|
| {{ line.description }} | {{ line.amount|floatformat:2 }} | {% if show_vat %}{{ line.vat|floatformat:2 }} | {% endif %}
| No lines | ||