{% extends "base.html" %} {% block head %} {{site-title}}: {{title}} {% endblock %} {% block content %}
{% csrf-field %}

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

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

{% ifmemberof teamorganisers admin %}

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

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

{% ifmemberof teamorganisers admin %}

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

{% ifmemberof teamorganisers admin %}

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

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

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