-
-
-
-
{{ object.sigla}}
-
-
-
-
-
-
-
{{ object.descricao}}
-
-
-
-
-
-
-
{{ object.content_type|default:""}}
-
-
-
-
- {% endblock detail_content %}
-{% endblock base_content %}
diff --git a/sapl/templates/compilacao/tipotextoarticulado_list.html b/sapl/templates/compilacao/tipotextoarticulado_list.html
deleted file mode 100644
index 3c0ec9aaf..000000000
--- a/sapl/templates/compilacao/tipotextoarticulado_list.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{% extends "base.html" %}
-{% load i18n compilacao_filters common_tags menus%}
-
-{% block base_content %}
-
-
- {% block actions %}
- {% if perms.compilacao.add_tipotextoarticulado %}
-
- {% endif %}
- {% endblock actions %}
-
-
-
- {% if not object_list %}
-
{{ NO_ENTRIES_MSG }}
- {% else %}
-
-
-
- | {% fieldclass_verbose_name 'sapl.compilacao.models.TipoTextoArticulado' 'sigla' %} |
- {% fieldclass_verbose_name 'sapl.compilacao.models.TipoTextoArticulado' 'descricao' %} |
- {% fieldclass_verbose_name 'sapl.compilacao.models.TipoTextoArticulado' 'content_type' %} |
-
-
-
- {% for tipo_ta in object_list %}
-
- | {{ tipo_ta.sigla }} |
- {{ tipo_ta.descricao }} |
- {{ tipo_ta.content_type }} |
-
- {% endfor %}
-
-
- {%endif%}
- {% include 'paginacao.html'%}
-
- {% if perms.base.view_tabelas_auxiliares %}
-
- {% endif %}
-
-{% endblock %}