{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Rolodex - Search{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Rolodex {% endblock %} {% block content %}

Rolodex - Search Add

{% csrf_token %} {{ form.as_table }}
{% include "includes/buttons_search.html" %}

Search Results

{% include "includes/search_results_table.html" %} {% if not_found %}{{ not_found }}{% endif %}
{% endblock %}