1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 05:18:23 +02:00

Paginateurs

This commit is contained in:
Med
2017-07-03 02:32:13 +02:00
parent f85829e69c
commit c086635490
3 changed files with 30 additions and 2 deletions

View File

@ -22,6 +22,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% if auteurs_list.paginator %}
{% include "pagination.html" with list=auteurs_list %}
{% endif %}
<table class="table table-striped">
<thead>
<tr>

View File

@ -22,6 +22,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% if medias_list.paginator %}
{% include "pagination.html" with list=medias_list %}
{% endif %}
<table class="table table-striped">
<thead>
<tr>