{% load i18n %}
{# tablist for Scopes #}
{% for item in items %}
{% if items.0.icon %} {% endif %} {{ item.key }}
{#
#}

{{ item.help_text }} {% if item.key_type == "text" %} {% elif item.key_type == "str" %} {% endif %}

{# display buttons for VENDOR #} {% if item.scope == 1 or not item.id %} {% endif %} {% if item.scope == 1 or not item.id %} {% endif %}
{% if item.key_type == "int" %}
{% elif item.key_type == "bool" %}
{# #}
{% endif %}
{% endfor %}