|
|
@ -68,12 +68,12 @@ |
|
|
|
<strong>Data da última Tramitação:</strong> {{m.tramitacao_set.last.data_tramitacao|default_if_none:"Não informado"}}</br> |
|
|
|
<strong>Ementa:</strong> {{ m.ementa|safe }}</br> |
|
|
|
<p></p> |
|
|
|
<td class="col-md-3"> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="1"> <label for="tipo">Simbólica</label> |
|
|
|
<td width="20%%"> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}_1" value="1"> <label for="tipo_votacao_{{m.id}}_1">Simbólica</label> |
|
|
|
</br> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="2"> <label for="tipo">Nominal</label> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}_2" value="2"> <label for="tipo_votacao_{{m.id}}_2">Nominal</label> |
|
|
|
</br> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="3"> <label for="tipo">Secreta</label> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}_3" value="3"> <label for="tipo_votacao_{{m.id}}_3">Secreta</label> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|