{% extends "base.html" %} {% block extra-head %} {% 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 authorities {% endifmemberof %} {% endifmemberof %}

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

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

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

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

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

{% ifmemberof admin %}

{% endifmemberof %} {% ifmemberof admin %}

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