{% load insight_tags %}
{% if radio_block_config.label %} {{ radio_block_config.label }} {% endif %} {% if radio_block_config.integrated %} {# To use with other elements in a extern
#}
{% for item in radio_block_config.items %} {% with item_key=item.tag_id|default:item.value %} {% with item_id=radio_block_config.name|add:'-'|add:item_key %}
{% endwith %} {% endwith %} {% endfor %} {% else %} {% for item in radio_block_config.items %} {% with item_key=item.tag_id|default:item.value %} {% with item_id=radio_block_config.name|add:'-'|add:item_key %} {% endwith %} {% endwith %} {% endfor %} {% endif %}