|
@ -49,6 +49,9 @@ |
|
|
<td>{{n.data}}</td> |
|
|
<td>{{n.data}}</td> |
|
|
<td>{{n.ementa|safe}}</td> |
|
|
<td>{{n.ementa|safe}}</td> |
|
|
<td> |
|
|
<td> |
|
|
|
|
|
{% if n.get_normas_relacionadas.0|length == 0 and n.get_normas_relacionadas.1|length == 0%} |
|
|
|
|
|
Norma sem alterações posteriores. |
|
|
|
|
|
{% else %} |
|
|
{% for p in n.get_normas_relacionadas.0 %} |
|
|
{% for p in n.get_normas_relacionadas.0 %} |
|
|
<div> |
|
|
<div> |
|
|
<b>{{ p.tipo_vinculo.descricao_ativa }}</b> |
|
|
<b>{{ p.tipo_vinculo.descricao_ativa }}</b> |
|
@ -65,8 +68,8 @@ |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
|
|
|
{% endif %} |
|
|
</td> |
|
|
</td> |
|
|
|
|
|
|
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</table> |
|
|
</table> |
|
|