@ -32,6 +32,10 @@
< p > < / p >
{% if filter_url and not filter.form.errors %}
{% if paginator.count %}
< form method = "POST" enctype = "application/x-www-form-urlencoded" >
{% csrf_token %}
< table class = "table table-striped table-bordered" >
< thead class = "thead-default" >
< tr >
@ -39,16 +43,12 @@
< td > < h3 > {% trans "Tipo de Votação" %}< / h3 > < / td >
< / tr >
< / thead >
{% if paginator.count %}
{% if paginator.count > 1 %}
< 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 %}
< form method = "POST" enctype = "application/x-www-form-urlencoded" >
{% csrf_token %}
{% for m in page_obj %}
< tr >
< td >
@ -78,18 +78,18 @@
< / td >
< / tr >
{% endfor %}
< / table >
< input type = "submit" value = "Adicionar matérias selecionadas" class = "btn btn-primary" S >
< / form >
{% else %}
< table class = "table table-striped table-bordered" >
< tr >
< td >
< h3 > Nenhuma matéria encontrada com essas especificações< / h3 >
< / td >
< / tr >
{% endif %}
< / table >
< input type = "submit" value = "Adicionar matérias selecionadas" class = "btn btn-primary" S >
< / form >
{% endif %}
{% endif %}