diff --git a/template.html.jinja b/template.html.jinja index d3b2a568a..5a11f2962 100644 --- a/template.html.jinja +++ b/template.html.jinja @@ -13,7 +13,7 @@ language switcher translators - completion + completion* @@ -36,17 +36,19 @@
- {{ "{:.2f}".format(project.completion) }}% + {{ '{:.2f}%'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f}%'.format(project.change) }}){% endif %} +
+
+ {{ '{:.2f}%'.format(project.completion) }} {% if project.change > 0 %}({{ '{:+.2f}%'.format(project.change) }}){% endif %}
-
{{ "{:.2f}".format(project.completion) }}%
{% endfor %} +

* the number in parentheses shows change in the last 30 days, included in the total completion

For more information about translations, see the Python Developer’s Guide.

Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).