Locatizations.
[wolnelektury.git] / src / funding / templates / funding / includes / offer_status_more.html
index c94c9a8..d7976a4 100644 (file)
@@ -1,26 +1,28 @@
 {% load i18n %}
 
 {% if offer.is_current %}
-        <p>
-            {% include "funding/snippets/any_remaining.html" %}
-        </p>
+  <p>
+    {% include "funding/snippets/any_remaining.html" %}
+  </p>
 {% else %}
-    <p class="date">{% trans "Fundraiser span" %}: {{ offer.start }} – {{ offer.end }}</p>
-    {% if offer.is_win %}
-        <p>
-            {% if offer.book %}
-                {% blocktrans with bu=offer.book.get_absolute_url bt=offer.book %}The book
-                <a href="{{ bu }}">{{ bt }}</a> has been already published.{% endblocktrans %}
-            {% else %}
-                {% if offer.redakcja_url %}
-                    {% blocktrans with r=offer.redakcja_url %}You can follow
-                    the work on the <a href="{{ r }}">Editorial Platform</a>.{% endblocktrans %}
-                {% endif %}
-            {% endif %}
-        </p>
-    {% endif %}
+  <p class="date">{% trans "Termin zbiórki" %}: {{ offer.start }} – {{ offer.end }}</p>
+  {% if offer.is_win %}
+    <p>
+      {% if offer.book %}
+        {% blocktrans trimmed with bu=offer.book.get_absolute_url bt=offer.book %}
+          Książka <a href="{{ bu }}">{{ bt }}</a> została już opublikowana.
+        {% endblocktrans %}
+      {% else %}
+        {% if offer.redakcja_url %}
+          {% blocktrans trimmed with r=offer.redakcja_url %}
+            Możesz śledzić prace na <a href="{{ r }}">Platformie Redakcyjnej</a>.
+          {% endblocktrans %}
+        {% endif %}
+      {% endif %}
+    </p>
+  {% endif %}
 
-    {% if offer.remaining %}
-        <p>{% include "funding/snippets/any_remaining.html" %}</p>
-    {% endif %}
+  {% if offer.remaining %}
+    <p>{% include "funding/snippets/any_remaining.html" %}</p>
+  {% endif %}
 {% endif %}