{% extends "base.html" %} {% block extra-head %} {% script "/js/lib/node_modules/selectize/dist/js/standalone/selectize.min.js" %} {% style "/js/lib/node_modules/selectize/dist/css/selectize.css" %} {% endblock %} {% block content %}
{% csrf-field %}

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

{% if {{record.dwelling_id}} %} {% 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 %} {% else %} {% 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 %} {% endif %}

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

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

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

{% ifmemberof admin %}

{% endifmemberof %} {% ifmemberof admin %}

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