{% extends 'accounts/base.html' %} {% load access_filters %} {% block title %}Access Control{% endblock %} {% block content %}

Access Control Panel

{% csrf_token %} {% for page in pages %} {% endfor %} {% for user in users %} {% for page in pages %} {% endfor %} {% endfor %}
User{{ page.slug|title }}
{{ user.email }} {% with user_id=user.pk|stringformat:"s" page_id=page.pk|stringformat:"s" %} {% with key=user_id|add:"_"|add:page_id %} {% endwith %} {% endwith %}
{% endblock %}