X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/891b9e3b7ecaedc9ac32bc941400a267c77482a0..69191eddb9e4221d964a7e5b044ff7c5dfe38315:/wolnelektury/templates/info/join_us.html diff --git a/wolnelektury/templates/info/join_us.html b/wolnelektury/templates/info/join_us.html index b38a56694..1b980516d 100644 --- a/wolnelektury/templates/info/join_us.html +++ b/wolnelektury/templates/info/join_us.html @@ -1,10 +1,22 @@ {% load i18n %} -

{% blocktrans %}We have over 1000 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 %} +making a donation +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..." %}