{% load i18n %} {% include 'sb_admin/widgets/includes/field_label.html' %}
{% for dict_item in dict_widgets %}
{% include "sb_admin/widgets/input.html" with widget=dict_item.key %} {% include "sb_admin/widgets/input.html" with widget=dict_item.value %}
{% endfor %}
{% include 'sb_admin/widgets/includes/help_text.html' %}