Files
tripwithbonus/templates/v2/widgets/w_radio_inputs.html
2025-01-10 00:57:31 +03:00

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>