|
@ -17,7 +17,7 @@ |
|
|
{% if not object_list %} |
|
|
{% if not object_list %} |
|
|
<p>{{ NO_ENTRIES_MSG }}</p> |
|
|
<p>{{ NO_ENTRIES_MSG }}</p> |
|
|
{% else %} |
|
|
{% else %} |
|
|
<table class="table table-hover" width=100%> |
|
|
<table class="table table-striped table-hover" width=100%> |
|
|
<thead> |
|
|
<thead> |
|
|
<tr> |
|
|
<tr> |
|
|
<th>{% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'sigla' %}</th> |
|
|
<th>{% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'sigla' %}</th> |
|
|