|
|
@ -25,6 +25,10 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
{% load i18n %} |
|
|
{% load i18n %} |
|
|
|
|
|
|
|
|
<div class="table-responsive"> |
|
|
<div class="table-responsive"> |
|
|
|
|
|
{% if jobs_list.paginator %} |
|
|
|
|
|
{% include "pagination.html" with list=jobs_list %} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
<table class="table table-striped"> |
|
|
<table class="table table-striped"> |
|
|
<thead> |
|
|
<thead> |
|
|
<tr> |
|
|
<tr> |
|
|
@ -55,4 +59,8 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
{% acl_end %} |
|
|
{% acl_end %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</table> |
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
{% if jobs_list.paginator %} |
|
|
|
|
|
{% include "pagination.html" with list=jobs_list %} |
|
|
|
|
|
{% endif %} |
|
|
</div> |
|
|
</div> |
|
|
|