|
|
|
@ -1491,8 +1491,7 @@ class ListarParlMandatosIntersecaoView(PermissionRequiredMixin, ListView): |
|
|
|
page_obj.number, paginator.num_pages) |
|
|
|
context[ |
|
|
|
'NO_ENTRIES_MSG' |
|
|
|
] = 'Nenhum parlamentar com mandatos com interseção cadastrado no' |
|
|
|
+ ' sistema.' |
|
|
|
] = 'Nenhum encontrado.' |
|
|
|
return context |
|
|
|
|
|
|
|
|
|
|
|
@ -1528,8 +1527,7 @@ class ListarMatProtocoloInexistenteView(PermissionRequiredMixin, ListView): |
|
|
|
page_obj.number, paginator.num_pages) |
|
|
|
context[ |
|
|
|
'NO_ENTRIES_MSG' |
|
|
|
] = 'Nenhuma matéria legislativa vinculada a um protocolo' |
|
|
|
+ ' inexistente cadastrada no sistema.' |
|
|
|
] = 'Nenhuma encontrada.' |
|
|
|
return context |
|
|
|
|
|
|
|
|
|
|
|
@ -1562,8 +1560,7 @@ class ListarProtocolosMateriasView(PermissionRequiredMixin, ListView): |
|
|
|
page_obj.number, paginator.num_pages) |
|
|
|
context[ |
|
|
|
'NO_ENTRIES_MSG' |
|
|
|
] = 'Nenhum protocolo vinculado a mais de uma matéria' |
|
|
|
+ ' legislativa cadastrado no sistema.' |
|
|
|
] = 'Nenhum encontrado.' |
|
|
|
return context |
|
|
|
|
|
|
|
|
|
|
|
@ -1598,8 +1595,7 @@ class ListarProtocolosDuplicadosView(PermissionRequiredMixin, ListView): |
|
|
|
page_obj.number, paginator.num_pages) |
|
|
|
context[ |
|
|
|
'NO_ENTRIES_MSG' |
|
|
|
] = 'Nenhum protocolo duplicado cadastrado no sistema.' |
|
|
|
|
|
|
|
] = 'Nenhum encontrado.' |
|
|
|
return context |
|
|
|
|
|
|
|
|
|
|
|
|