14 lines
655 B
Django/Jinja
14 lines
655 B
Django/Jinja
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
html { font-family: Arial, sans-serif; font-size: 8px; color: #737b80; margin: 0 16mm; -webkit-print-color-adjust: exact; }
|
|
body { margin: 0; }
|
|
.footer { border-top: 1px solid #cfd6da; padding-top: 3mm; display: flex; justify-content: space-between; }
|
|
.page { color: {{ data.design.primary_color }}; font-weight: 700; }
|
|
</style>
|
|
</head>
|
|
<body><div class="footer"><span>{{ data.customer.name }} · Vertraulich</span><span class="page">{{ data.report.period.label }} · <span class="pageNumber"></span>/<span class="totalPages"></span></span></div></body>
|
|
</html>
|