8 lines
192 B
HTML
8 lines
192 B
HTML
{% load static %}
|
|
{% load i18n %}
|
|
|
|
<div class="w_radio_inputs">
|
|
{% for item in list %}
|
|
{% include 'v2/content_widgets/cw_w_radio_inputs_radio_input.html' %}
|
|
{% endfor %}
|
|
</div> |