diff --git a/deposits/templates/deposits/aff_deposits.html b/deposits/templates/deposits/aff_deposits.html index 1ed4ac6f..09263b46 100644 --- a/deposits/templates/deposits/aff_deposits.html +++ b/deposits/templates/deposits/aff_deposits.html @@ -29,14 +29,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
- +
- - + + - - + + {% for deposit in deposits_list %} @@ -62,8 +62,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "User" %}{% trans "Item" %}{% trans "User" %}{% trans "Item" %} {% trans "Amount" %}{% trans "Date" %}{% trans "Returned" %}{% trans "Date" %}{% trans "Returned" %}
- {% if deposits_list.paginator %} - {% include 'pagination.html' with list=deposits_list go_to_id="deposits" %} - {% endif %} + {% if deposits_list.paginator %} + {% include 'pagination.html' with list=deposits_list go_to_id="deposits" %} + {% endif %}
{% endblock %}