X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/67df302167539474edd02b57c2e8bd30349d7625..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/info/join_us.html diff --git a/wolnelektury/templates/info/join_us.html b/wolnelektury/templates/info/join_us.html index fd4ea7d24..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..." %}