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

{% ifmemberof canvassers teamorganisers issueexperts analysts issueeditors admin %} {{elector.name}} ({{elector.gender}}) {% else %} You are not permitted to view elector of followuprequests {% endifmemberof %}

{% ifmemberof issueexperts analysts issueeditors admin %} by {{visit.canvasser_id_expanded}} on {{visit.date}} {% else %} You are not permitted to view visit of followuprequests {% endifmemberof %}

{% ifmemberof issueexperts analysts issueeditors admin %} {{issue.id}} {{record.issue_detail}} {% else %} You are not permitted to view issue of followuprequests {% endifmemberof %} {% ifmemberof issueexperts admin %}

{{issue.brief|safe}}
{% else %} You are not permitted to view issue of followuprequests {% endifmemberof %}

{% ifmemberof issueexperts admin %} {% ifequal record.method_id "Phone" %}{{record.method_detail|telephone}}{% endifequal %} {% ifequal record.method_id "eMail" %}{{record.method_detail|email}}{% endifequal %} {% else %} You are not permitted to view method of followuprequests {% endifmemberof %}

{% if actions|length > 0 %}

{% for action in actions %} {% endfor %}
Actor Date Closed?
{{action.actor_name}} {{action.date}} {{action.closed}}
{{action.notes|safe}}

{% endif %} {% if not closed %}

{% ifmemberof admin issueexperts %} {% endifmemberof %}

{% ifmemberof admin issueexperts %} {% endifmemberof %}

{% ifmemberof admin issueexperts %} {% endifmemberof %}

{% ifmemberof admin issueexperts %}

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