stream.html 390 B

123456789
  1. {% extends "wagtailadmin/block_forms/sequence.html" %}
  2. {% block header %}
  3. {% if list_members_html %}
  4. {% include "wagtailadmin/block_forms/stream_menu.html" with menu_id=prefix|add:"-prependmenu" state="closed" %}
  5. {% else %}
  6. {% include "wagtailadmin/block_forms/stream_menu.html" with menu_id=prefix|add:"-prependmenu" state="open" %}
  7. {% endif %}
  8. {% endblock %}