{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

CallerNumList Listing

{% for object in object_list %} {% endfor %}
IDLink name slug callerid_filter
{{object.pk}} {{object}} {{ object.name }} {{ object.slug }} {{ object.callerid_filter }}
Create new CallerNumList {% endblock %}