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