Edward
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
sapl/templates/search/search.html
|
@ -42,7 +42,11 @@ |
|
|
{% if query %} |
|
|
{% if query %} |
|
|
<table class="table table-striped table-bordered"> |
|
|
<table class="table table-striped table-bordered"> |
|
|
<thead class="thead-default"> |
|
|
<thead class="thead-default"> |
|
|
<tr><td><h3>Resultados</h3></td></tr> |
|
|
<tr><td><h3>Resultados - Foram encontrados {{ page.paginator.count }} registros <br/> |
|
|
|
|
|
{% if page.paginator.count %} |
|
|
|
|
|
Registros {{ page.start_index }} a {{ page.end_index }} de {{ page.paginator.count }} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
</h3></td></tr> |
|
|
</thead> |
|
|
</thead> |
|
|
|
|
|
|
|
|
{% for result in page.object_list %} |
|
|
{% for result in page.object_list %} |
|
|