{% extends "base.html" %} {% block extra-head %} {% endblock %} {% 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 dwellings {% endifmemberof %} {% endifmemberof %}

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

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

{% ifmemberof admin %}

{% endifmemberof %} {% ifmemberof admin %}

{% endifmemberof %}
{% endblock %} {% block extra-tail %} {% endblock %}