{% extends base_template|default:"handyhelpers/handyhelpers_base.htm" %} {% load static %} {% load handyhelper_tags %} {% block local_head %} {% endblock local_head %} {% block content %}
{{ title|safe }}
{{ subtitle|safe }}
{% for item in item_list %}
{{ item.title }}
{% endfor %} {% if request.user|has_group:protected_group_name %} {% for item in protected_item_list %}
{{ item.title }}
{% endfor %} {% endif %}
{% include 'handyhelpers/component/modals.htm' %} {% endblock content %}