Commit a974521ef4d543636590f29fdef1552814033850

Authored by Bruno Menezes
1 parent acc1f019
Exists in master and in 1 other branch 3.1

acrescentando paginação

src/Cacic/RelatorioBundle/Resources/views/Software/rel_naovinculados.html.twig
... ... @@ -39,4 +39,9 @@
39 39 </tbody>
40 40 </table>
41 41  
  42 +{# display navigation #}
  43 +<div class="navigation">
  44 + {{ knp_pagination_render(locais) }}
  45 +</div>
  46 +
42 47 {% endblock %}
43 48 \ No newline at end of file
... ...