Cleanup
[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 %}
18 </p>
19
20 <p>
21   {% blocktrans %}Become an editor of Wolne Lektury! Find out if
22     we're currently working on a reading you're looking for and prepare
23     a publication by yourself by logging into the Editorial Platform.{% endblocktrans %}
24   <a href='{% url "infopage" 'wlacz-sie-w-prace' %}'>{% trans "More..." %}</a>
25 </p>