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

District Listing

id{{ object.id }}
slug{{ object.slug }}
name{{ object.name }}
created{{ object.created }}
updated{{ object.updated }}
trashed{{ object.trashed }}
district_type{{ object.district_type }}
pickup_time{{ object.pickup_time }}
Edit District {% endblock %}