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

DistrictExceptions Listing

{% for object in object_list %} {% endfor %}
IDLink id slug name created updated trashed date new_date
{{object.id}} {{object}} {{ object.id }} {{ object.slug }} {{ object.name }} {{ object.created }} {{ object.updated }} {{ object.trashed }} {{ object.date }} {{ object.new_date }}
Create new DistrictExceptions {% endblock %}