{% extends 'users/group-detail-base.html' %} {% block title %}{{ object_type }} Permissions{% endblock %} {# Inject the group id into the window so we can access it in our javascript VM #} {% if object_id %} {% block scripts %} {{ block.super }} {% endblock %} {% endif %} {% block detail-content %}
{% include 'stackdio/stubs/permissions-table.html' with user_or_group='user' %} {% include 'stackdio/stubs/permissions-table.html' with user_or_group='group' %}
{% endblock %}