From ca3b7fda5a9b2e24d08b0280c224723d66d53c71 Mon Sep 17 00:00:00 2001 From: Skia Date: Thu, 29 Sep 2016 18:34:58 +0200 Subject: [PATCH] Improve invoice call template --- counter/templates/counter/invoices_call.jinja | 3 ++- counter/views.py | 1 + locale/fr/LC_MESSAGES/django.mo | Bin 35905 -> 36044 bytes locale/fr/LC_MESSAGES/django.po | 20 ++++++++++++------ 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/counter/templates/counter/invoices_call.jinja b/counter/templates/counter/invoices_call.jinja index 6d83e0e5..823b6f3d 100644 --- a/counter/templates/counter/invoices_call.jinja +++ b/counter/templates/counter/invoices_call.jinja @@ -5,7 +5,8 @@ {% endblock %} {% block content %} -

{% trans %}Invoices call{% endtrans %}

+

{% trans date=start_date|date("F Y") %}Invoices call for {{ date }}{% endtrans %}

+

{% trans %}Choose another month: {% endtrans %}