{% extends "crud/edit.html.twig" %} {% block formContent %}
{% trans %}Nome{% endtrans %}
{% trans %}Descrição{% endtrans %}
{{ model.descricao }}
{% if model.id == 0 or model.left != 1 %}
{% trans %}Pai{% endtrans %}
{% trans %}Selecione{% endtrans %}
{% for item in pais %}
{{ item }}
{% endfor %}
{% endif %} {% endblock %}