{% extends "base.html" %} {% block content %}
{% csrf-field %}

{% ifmemberof admin admin %} {% else %} {% ifmemberof public admin canvassers teamorganisers issueexperts analysts issueeditors admin %} {{record.id}} {% else %} You are not permitted to view id of districts {% endifmemberof %} {% endifmemberof %}

{% ifmemberof admin admin %} {% else %} {% ifmemberof public admin canvassers teamorganisers issueexperts analysts issueeditors admin %} {{record.name}} {% else %} You are not permitted to view name of districts {% endifmemberof %} {% endifmemberof %}

{% endblock %}