{% load static %} {% load base_tags_extra %} {% load i18n %}
{{ block.name }}
{% for w in block.get_widgets %}
0{{ forloop.counter }}. {{ w.name }}
{{ w.description|safe|linebreaksbr }}
{% translate 'Участники' %}:
    {% for item_s in w.text|split_string_by_enter %}
  • {{ item_s }}
  • {% endfor %}
{% if not forloop.last %} {% endif %}
{% endfor %}