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

{% endblock %}