{% extends 'grep/base.html' %} {% load staticfiles %} {% block title %}ALCO{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% for index in object_list %}
{% endfor %}
{% endblock %}