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