{% from 'macros.html' import with_errors %} {% block content %}
{% if atributo_id %} {% endif %}

{% if not atributo_id %}Crear{% else %}Editar{% endif %} Atributo

{{ with_errors(form.nombre) }}

{% if atributo_id %}

Seleccionar Descriptores

Descriptores Crear [+]
{% for desc in selected %}
[x]
Nombre: {{ desc }}
{% endfor %}
{% endif %}
{% endblock %}