{% extends 'creme_config/portals/base.html' %} {% load i18n creme_widgets %} {% block page_title %}{% translate 'Configuration of properties' %} - {% endblock %} {% block title %} {{block.super}}{% translate 'Types of property' %} {% endblock %} {% block portal_help %} {% blocktranslate asvar help_msg %}Properties are kind of markers (e.g. "likes Open Source") you set on entities, & which are useful in several cases (filtering, Relationships constraints…). Create new types here to make them available for entities. BEWARE: deleting a Property type will delete the associated properties.{% endblocktranslate %} {% widget_help_sign message=help_msg %} {% endblock %}