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