Compare commits
2 commits
2d5f209c41
...
2e3d76ad19
Author | SHA1 | Date | |
---|---|---|---|
2e3d76ad19 | |||
210268928b |
5 changed files with 4 additions and 18 deletions
|
@ -1,9 +0,0 @@
|
||||||
{% extends "main/tag/value.html" %}
|
|
||||||
{% block "value" %}
|
|
||||||
{% if value %}
|
|
||||||
{% if value > 0 %}+{% endif %}
|
|
||||||
{{ block.super }}
|
|
||||||
{% else %}
|
|
||||||
–
|
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{% spaceless %}
|
|
||||||
<span>
|
|
||||||
{% block "value" %}{{ value }} €{% endblock %}
|
|
||||||
</span>
|
|
||||||
{% endspaceless %}
|
|
|
@ -30,9 +30,9 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if statements %}
|
{% if statements %}
|
||||||
{% include "main/list/pagination.html" %}
|
{% include "main/pagination.html" %}
|
||||||
{% include "statement/statement_table.html" %}
|
{% include "statement/statement_table.html" %}
|
||||||
{% include "main/list/pagination.html" %}
|
{% include "main/pagination.html" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{% translate "No statements to show" %}</p>
|
<p>{% translate "No statements to show" %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -42,9 +42,9 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if transactions %}
|
{% if transactions %}
|
||||||
{% include "main/list/pagination.html" %}
|
{% include "main/pagination.html" %}
|
||||||
{% include "transaction/transaction_table.html" %}
|
{% include "transaction/transaction_table.html" %}
|
||||||
{% include "main/list/pagination.html" %}
|
{% include "main/pagination.html" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{% translate "No transactions to show" %}</p>
|
<p>{% translate "No transactions to show" %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue