{% extends 'core/base.html' %} {% load contacts_extras %} {% block content %}

{% block title %} {% endblock %}

{% block list_header %} {% endblock %}
{% include 'contacts/_search_form.html' %}
{% include "contacts/_contacts_table.html" %}
{% if is_paginated %}
{% include 'core/partials/pagination.html' %}
{% endif %}
{% endblock content %} {% block scripts %} {{ block.super }} {% with filter=request.GET.filter %} {% if filter %} {% endif %} {% endwith %} {% endblock %}