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

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

{% ifmemberof admin %}

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

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

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

{% ifmemberof admin %}

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

{% endblock %}