+
+ {{ node.td.rotulo_prefixo_html|safe }}
+ {% if node.da and node in node.da.alts %}
+
{{ node.dpt.rotulo }}
+ {% else %}
+
{{ node.dpt.rotulo }}
+ {% endif %}
+ {{ node.td.rotulo_sufixo_html|safe }}
+ {{ node.td.texto_prefixo_html|safe }}
+
+ {% if node.da and node in node.da.alts and not node.dpt.visibilidade %}
({% trans 'Dispositivo visível apenas no Texto Articulado Original'%}){% endif %}
+
+ {% if not node.dpt.texto and not node.td.dispositivo_de_articulacao %}
+
({{node.td}} sem texto)
+ {%else%}
+ {% if node.da and node.dpt.texto_atualizador and node in node.da.alts%}{{ node.dpt.texto_atualizador|safe }}{% else %}{{ node.dpt.texto|safe }}{% endif %}
+ {%endif%}
+ {% if node.na %}
+
+
+ {{ node.td.nota_automatica_prefixo_html|safe }}
+ {{ node.na }}
+ {{ node.td.nota_automatica_sufixo_html|safe }}
+
+
+ {% endif %}
+
+ {% if node.alts or node.td.dispositivo_de_alteracao and node.td.dispositivo_de_articulacao %}
+
- {% elif dpt.nivel < view.flag_nivel_old %}
- {% close_div view.flag_nivel_old dpt.nivel 0 %}
- {% endif%}
-
- {% if forloop.first and view|isinst:'DispositivoSimpleEditView' %}
- {% else %}
-
- {% endif%}
-
- {% if view|render_actions_head:dpt %}
-
+{% enddispositivotree %}
+{% comment %}
-
- {% csrf_token %}
+{% for item in dispositivos_list %}
- {% if not dpt.tipo_dispositivo.dispositivo_de_articulacao %}
-
- {%endif%}
-
-
- - p: {{dpt.dispositivo_substituido_id|default:''}}
- - •
- - n: {{dpt.dispositivo_subsequente_id|default:''}}
- - •
- - Ordem: {{dpt.ordem}}
- - •
- - Nivel: {{dpt.nivel}}
- - •
- - Número: {{dpt.get_numero_completo}}
+
+ {% if item.alts %}
+ {%with dispositivos_list=item.alts %}
+ {%include 'compilacao/text_edit_bloco.html'%}
+ {%endwith%}
+ {% endif %}
+
+<<<<<<< d5a8cdb5d563a8353942e0dc3c3b2484bd636ea6:templates/compilacao/text_edit_bloco.html
+=======
{% if dpt.dispositivo_vigencia %}
- •
- {% field_verbose_name dpt 'dispositivo_vigencia'%}: {{dpt.dispositivo_vigencia|nomenclatura}}
{% endif %}
+>>>>>>> Fix #497 Encaps apps secundárias dentro app sapl:sapl/templates/compilacao/text_edit_bloco.html
- - •
- -
- ?
-
-
-
+