{% load custom_tags_and_filters %}
{% if readonly %}
{% if multiple %}
{{ item_name }}{% if config != config_item %} position {{ config_item.position }}{% endif %}: {{ display_setting }}
{% else %}
{% if config != config_item %} position {{ config_item.position }}{% endif %}: {{ display_setting }}
{% endif %}
{% else %}
{% with element_id=config_item.id|concat:"__"|concat:index %}
Saved
{% endwith %}
{% endif %}