{% extends "base.html" %} {% block head %} {{site-title}}: {{title}} {% 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 roles {% endifmemberof %} {% endifmemberof %}

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

{% ifmemberof admin %}

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

{% endblock %} {% block foot %} {% endblock %}