Improve invoice call template

This commit is contained in:
Skia
2016-09-29 18:34:58 +02:00
parent 51f342a7d3
commit ca3b7fda5a
4 changed files with 17 additions and 7 deletions

View File

@ -5,7 +5,8 @@
{% endblock %}
{% block content %}
<h3>{% trans %}Invoices call{% endtrans %}</h3>
<h3>{% trans date=start_date|date("F Y") %}Invoices call for {{ date }}{% endtrans %}</h3>
<p>{% trans %}Choose another month: {% endtrans %}</p>
<form method="get" action="">
<select name="month">
{% for m in months %}