{% extends base_template|default:"djangohelpers_base.htm" %} {% load staticfiles %} {% block content %}
{{ page_title }}

{{ page_subtitle }}

{% for row in item_list %}
{% for item in row %} {% endfor %}
{% endfor %} {% include 'component/modals.htm' %} {% endblock content %}