{% extends 'eav_forms/base.html' %} {% load i18n %} {% block content %}
All form fields are required.
{% blocktrans %}Label of the field as it will appear in the interface, including forms, tables, etc, etc ... This is changeable anytime.{% endblocktrans %}
{% blocktrans %}Field code is used internally, to name the database column for this field. It must be clear and short, and contain only alphanumeric characters and underscores. For example, a field with label "Color of hair" should be "hair_color". More specifically, "Prix d'achat" should be "prix_achat". This is not changeable, if in doubt contact customer support.{% endblocktrans %}