From 08adc27b307166e0d62faef2ce662c2be3366912 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:50:30 +0200 Subject: Language-Stylesheets for Print-PDF (#1156) --- print/templates/index.html | 3 +++ print/templates/operator_overview.html | 2 +- print/templates/print_detail.html | 2 +- print/templates/print_overview.html | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'print/templates') diff --git a/print/templates/index.html b/print/templates/index.html index 375fdc77..d4244493 100644 --- a/print/templates/index.html +++ b/print/templates/index.html @@ -7,6 +7,9 @@ + {% for l in languages %} + + {% endfor %} diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 71c5ea2e..a7f33a85 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -1,6 +1,6 @@
{% include 'headline.html' %} -
+

{{ _('Unique Colors') }}:{{ job.num_colors }}

diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index f076fc04..f9082a66 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -1,6 +1,6 @@
{% include 'headline.html' %} -
+

{{ _('COLOR') }}:{{ color_block.color.thread_name }}

diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index 34478438..04269e20 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -1,6 +1,6 @@
{% include 'headline.html' %} -
+

{{ _('Unique Colors') }}:{{ job.num_colors }}

-- cgit v1.2.3