{% extends 'root/base.html' %} {% load static %} {% block title %} Org Attributes (Application Settings) {% endblock %} {% block maincontent %}

Maintain Org Attributes


{% for orgattributes in org_attributes %} {% endfor %}
Attribute Description Range Indicator Multiple Values Allow Defaults Inherit Values Maximum Length
{{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}}
{% include 'configuration_common_pop_up.html' %}
{% if messages %} {% for message in messages %} {% if message.tags == 'success' %}
{{ message }}
{% endif %} {% if message.tags == 'error' %}
{{ message }}
{% endif %} {% if message.tags == 'info' %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{{ upload_dropdown_db_values|json_script:"upload_dropdown_db_values" }} {{ upload_dropdown_db_values_onload|json_script:"upload_dropdown_db_values_onload" }} {{ org_attributes|json_script:"org_attributes" }} {% endblock %}