{% load i18n %} {% load url from future %} {% include 'horizon/common/_form_errors.html' with form=form %}
{% trans "Name" %} | {% trans "Flavors" %} | {% trans "Nodes" %} | {% if show_change %}{% trans "Change" %} | {% endif %}
---|---|---|---|
{% if editable %} {% endif %} {{ label }} | {% endif %}{% if field.field.label %} {{ field.label }} {% elif editable %} ({% trans "Add a flavor" %}) {% else %} ({% trans "No flavor" %}) {% endif %} | {{ field }} {% for error in field.errors %} {{ error }} {% endfor %} | {% if show_change %}no change | {% endif %}