{% 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 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 %}

{% endblock %}