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

District Listing

{% for object in object_list %} {% endfor %}
IDLink id slug name created updated trashed district_type pickup_time
{{object.id}} {{object}} {{ object.id }} {{ object.slug }} {{ object.name }} {{ object.created }} {{ object.updated }} {{ object.trashed }} {{ object.district_type }} {{ object.pickup_time }}
Create new District {% endblock %}