{% extends "base.html" %} {% load i18n crispy_forms_tags compilacao_filters staticfiles sass_tags %} {% block head_content %}{{block.super}} {% endblock %} {% block sections_nav %} {% endblock sections_nav %}{% trans '' %} {% block title %}

{{object.ta}}
{% trans 'Edição de Dispositivo' %}

{% endblock%} {% block base_content %}
{%for parent in object.get_parents_asc %} {%with node=parent active=False template_name='compilacao/dispositivo_form_parents.html' %} {%include template_name%} {%endwith%} {%endfor %} {%with node=object active=True template_name='compilacao/dispositivo_form_parents.html' %} {%include template_name%} {%endwith%}


{% crispy form %} {% endblock %} {% block extra_js %} {% endblock %}