Move pagination file up

This commit is contained in:
Edgar P. Burkhart 2023-04-22 13:58:30 +02:00
parent 2d5f209c41
commit 210268928b
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
3 changed files with 4 additions and 4 deletions

View File

@ -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 %}

View File

@ -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 %}