@ -80,3 +80,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endfor %}
</table>
{% if facture_list.paginator %}
{% include "pagination.html" with list=facture_list %}
{% endif %}
@ -78,3 +78,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</form>
{% endblock %}
@ -59,3 +59,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if revisions_list.paginator %}
{% include "pagination.html" with list=revisions_list %}
@ -144,4 +144,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if versions_list.paginator %}
{% include "pagination.html" with list=versions_list %}
@ -126,3 +126,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tbody>
{% if machines_list.paginator %}
{% include "pagination.html" with list=machines_list %}
@ -54,3 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
{% if room_list.paginator %}
{% include "pagination.html" with list=room_list %}
@ -52,3 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if constructor_switch_list.paginator %}
{% include "pagination.html" with list=constructor_switch_list %}
{% if model_switch_list.paginator %}
{% include "pagination.html" with list=model_switch_list %}
@ -65,3 +65,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if switch_list.paginator %}
{% include "pagination.html" with list=switch_list %}
@ -56,3 +56,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if ban_list.paginator %}
{% include "pagination.html" with list=ban_list %}
@ -55,3 +55,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if clubs_list.paginator %}
{% include "pagination.html" with list=clubs_list %}
@ -57,3 +57,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if users_list.paginator %}
{% include "pagination.html" with list=users_list %}
{% if white_list.paginator %}
{% include "pagination.html" with list=white_list %}