{% import 'macros_form.html' as form without context %} {% call form.box(table=False, title=(title if title else '')) %} {% for lst_item in lst %}{{ lst_item }} {% endfor %}
{% endcall %}