3 <div class="p-homepage-prapremiera">
4 <h3>{% trans "Prapremiera" %}</h3>
5 <div class="p-homepage-prapremiera__box">
6 <div class="p-homepage-prapremiera__box__item">
8 <a href="{{ book.get_absolute_url }}">
9 <img src="{{ book.cover_clean.url }}" alt="{{ book.pretty_title }}">
12 <div class="p-homepage-prapremiera__box__content">
14 {% for author in book.authors %}
15 <a href="{{ author.get_absolute_url }}">{{ author }}</a>
18 <h3><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></h3>
19 <p>{{ book.abstract|safe|truncatewords:20 }}</p>
22 <div class="p-homepage-prapremiera__box__donate">
24 <p>{% trans "Dziękujemy za wsparcie – przeczytaj w prezencie już dzisiaj!" %}</p>
27 {% blocktrans trimmed %}
28 Aby przeczytać prapremierę, <strong>dorzuć</strong> się do Wolnych Lektur
29 dowolną wpłatą. Ustaw stałe wsparcie, a będziesz mieć dostęp do
30 kolejnych <strong>prapremier</strong>.
33 <a href="{{ book.get_absolute_url }}" class="l-button l-button--default l-button--default--dark">
34 {% trans "Dorzuć się" %}