<h3>{% blocktrans with paginator.count as total_materias %}Pesquisa concluída com sucesso! Foram encontradas {{total_materias}} matérias.{% endblocktrans %}</h3>
{% elif paginator.count == 1 %}
<h3>{% trans 'Pesquisa concluída com sucesso! Foi encontrada 1 matéria.'%}</h3>
{% endif %} {% endcomment %}
<br><br>
<tableclass="table table-striped table-bordered">
<theadclass="thead-default">
@ -60,7 +55,7 @@
<divclass="checkbox">
<labelfor="id_check_all">
<inputtype="checkbox"id="id_check_all"onchange="checkAll(event)"/> Marcar/Desmarcar Todos
<inputtype="checkbox"id="id_check_all"onchange="checkAll(this)"/> Marcar/Desmarcar Todos