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

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

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

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

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

{% ifmemberof admin %}

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

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

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

{% endblock %}