fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reformat templates
[wolnelektury.git]
/
src
/
funding
/
templates
/
funding
/
includes
/
fundings.html
diff --git
a/src/funding/templates/funding/includes/fundings.html
b/src/funding/templates/funding/includes/fundings.html
index
e13e1ec
..
4d4902c
100644
(file)
--- a/
src/funding/templates/funding/includes/fundings.html
+++ b/
src/funding/templates/funding/includes/fundings.html
@@
-1,28
+1,26
@@
{% spaceless %}
{% spaceless %}
+ {% load i18n %}
+ {% load pagination_tags %}
-{% load i18n %}
-{% load pagination_tags %}
-
-<table class="wlfund">
-
-{% for funding in fundings %}
- <tr class="funding-plus">
+ <table class="wlfund">
+ {% for funding in fundings %}
+ <tr class="funding-plus">
<td class="oneline">{{ funding.payed_at.date }}</td>
<td>
<td class="oneline">{{ funding.payed_at.date }}</td>
<td>
-
{% if funding.name %}
-
{{ funding.name }}
-
{% else %}
-
<em>{% trans "Anonymous" %}</em>
-
{% endif %}
+ {% if funding.name %}
+ {{ funding.name }}
+ {% else %}
+ <em>{% trans "Anonymous" %}</em>
+ {% endif %}
</td>
<td>{{ funding.amount }} zł</td>
<td>
</td>
<td>{{ funding.amount }} zł</td>
<td>
-
{% for perk in funding.perks.all %}
-
{{ perk.name }}{% if not forloop.last %},{% endif %}
-
{% endfor %}
+ {% for perk in funding.perks.all %}
+ {{ perk.name }}{% if not forloop.last %},{% endif %}
+ {% endfor %}
</td>
</td>
-{% endfor %}
-</table>
-
-{% endspaceless %}{% paginate %}
-
+ </tr>
+ {% endfor %}
+ </table>
+{% endspaceless %}
+{% paginate %}
\ No newline at end of file