|
|
|
@ -30,7 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
{% load acl %} |
|
|
|
{% load logs_extra %} |
|
|
|
|
|
|
|
<table class="table table-striped"> |
|
|
|
<div class="table-responsive"> |
|
|
|
<table class="table table-striped"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
{% trans "User" as tr_user %} |
|
|
|
@ -64,9 +65,9 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
|
|
|
|
{% if white_list.paginator %} |
|
|
|
{% if white_list.paginator %} |
|
|
|
{% include 'pagination.html' with list=white_list %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
|