{% extends "layouts/dashboard.html" %}
{% load i18n %}
{% block title %}Permissions: {{ group.name }} — IILMP{% endblock %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
{% with selected_count=selected_ids|length %}
{% blocktranslate count counter=selected_count asvar role_perm_subtitle %}{{ counter }} permission currently granted to this role.{% plural %}{{ counter }} permissions currently granted to this role.{% endblocktranslate %}
Nothing to configure.
No permissions are installed in this database yet. Run migrations and ensure Django's auth tables are populated before editing role groups.