|
@ -40,7 +40,7 @@ |
|
|
<tr class="{% cycle 'row1' 'row2' %}"> |
|
|
<tr class="{% cycle 'row1' 'row2' %}"> |
|
|
{%if not carIsEmpty%} |
|
|
{%if not carIsEmpty%} |
|
|
<th><input type="checkbox" name="_selected_action" |
|
|
<th><input type="checkbox" name="_selected_action" |
|
|
value="{{parlamentar.id}}" class="action-select" /></th> |
|
|
value="{{parlamentar.id|safe}}" class="action-select" /></th> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
<td style="text-align: left;">{{parlamentar.nome_completo}}</td> |
|
|
<td style="text-align: left;">{{parlamentar.nome_completo}}</td> |
|
|
<td>{{parlamentar.nome_parlamentar}}</td> |
|
|
<td>{{parlamentar.nome_parlamentar}}</td> |
|
|