{% load handyhelper_tags %}
{{ title|safe }}
{{ subtitle|safe }}
{% for item in item_list %} {% include 'handyhelpers/htmx/bs5/partial/itemized_card.htm' %} {% endfor %} {% if request.user|has_group:protected_group_name %} {% for item in protected_item_list %} {% include 'handyhelpers/htmx/bs5/partial/itemized_card.htm' %} {% endfor %} {% endif %}