Files
web2.0-backend/expenses_claim/templates/claim2pdf.html
T
2019-09-09 20:29:00 +03:00

21 lines
280 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Raha-anomus</title>
</head>
<body>
<h1>Raha-anomus</h1>
<div>
<div>
{{ name }}
</div>
<div>
{{ iban }}
</div>
<div>
{{ amount }}
</div>
</div>
</body>
</html>