{% extends "base.html" %} {% block content %}
{{_('Permission')}} | {{_('Description')}} | {{_('Plugin')}} | {{_('Currently useable?')}} |
---|---|---|---|
{{ permission.name }} | {{ permission.description }} | {{ permission.plugin_name }} | {% if permission.name in registered_permissions -%} Yes {% else %} No {% endif %} |