Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / info / join_us.html
1 {% load i18n %}
2 {% load reporting_stats %}
3
4 {% count_books book_count %}
5 <p>
6 {% blocktrans count book_count as c %}
7 We have {{c}} work published in Wolne Lektury!
8 Help us expand the library and set new readings free by
9 <a href="http://nowoczesnapolska.org.pl/wesprzyj_nas/">making a donation
10 or transferring 1&#37; of your income tax</a>.
11 {% plural %}
12 We have {{c}} works published in Wolne Lektury!
13 Help us expand the library and set new readings free by
14 <a href="http://nowoczesnapolska.org.pl/wesprzyj_nas/">making a donation
15 or transferring 1&#37; of your income tax</a>.
16 {% endblocktrans %}
17 {% comment %}<a href='{}'>{% trans "More..." %}</a>{% endcomment %}</p>
18
19 <p>{% blocktrans %}Become an editor of Wolne Lektury! Find out if
20 we're currently working on a reading you're looking for and prepare
21 a publication by yourself by logging into the Editorial Platform.{% endblocktrans %}
22 <a href='{% url "infopage" 'mozesz-nam-pomoc' %}'>{% trans "More..." %}</a></p>