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

{% if not atributo_id %}Create{% else %}Edit{% endif %} Attribute

{{ with_errors(form.nombre) }}

{% if atributo_id %}

Select Descriptors

Descriptors Create [+]
{% for desc in selected %}
[x]
Name: {{ desc }}
{% endfor %}
{% endif %}
{% endblock %}