X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9deab73593038a6b11d39f65e3a81c41fc2b13f9..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/info/join_us.html diff --git a/wolnelektury/templates/info/join_us.html b/wolnelektury/templates/info/join_us.html index a837d51ef..1b980516d 100644 --- a/wolnelektury/templates/info/join_us.html +++ b/wolnelektury/templates/info/join_us.html @@ -1,11 +1,22 @@ {% load i18n %} -

{% blocktrans %}We have over 1200 works published in Wolne Lektury! +{% load reporting_stats %} + +{% count_books book_count %} +

+{% blocktrans count book_count as c %} +We have {{c}} work published in Wolne Lektury! +Help us expand the library and set new readings free by +making a donation +or transferring 1% of your income tax. +{% plural %} +We have {{c}} works published in Wolne Lektury! Help us expand the library and set new readings free by making a donation -or transferring 1% of your income tax.{% endblocktrans %} +or transferring 1% of your income tax. +{% endblocktrans %} {% comment %}{% trans "More..." %}{% endcomment %}

{% blocktrans %}Become an editor of Wolne Lektury! Find out if we're currently working on a reading you're looking for and prepare a publication by yourself by logging into the Editorial Platform.{% endblocktrans %} -{% trans "More..." %}

+{% trans "More..." %}