{% extends 'root/base.html' %} {% load static %} {% block title %} Org Attributes (Application Settings) {% endblock %} {% block maincontent %}
| Attribute | Description | Range Indicator | Multiple Values | Allow Defaults | Inherit Values | Maximum Length | Del_ind_Flag | |
|---|---|---|---|---|---|---|---|---|
| {{orgattributes.attribute_id}} | {{orgattributes.attribute_name}} | {% if orgattributes.range_indicator %} {% else %} {% endif %} | {% if orgattributes.multiple_value %} {% else %} {% endif %} | {% if orgattributes.allow_defaults %} {% else %} {% endif %} | {% if orgattributes.inherit_values %} {% else %} {% endif %} | {{orgattributes.maximum_length}} | {{orgattributes.del_ind_flag}} |