{% extends "base.html" %} {% block "content" %}

Passwort


<Change Password here>


Plugin Berechtigungen


{% if pluginerror %} {{ pluginerror|safe }} {% endif %} {% if pluginmsg %} {{ pluginmsg|safe }} {% endif %}

{% for p in permissions %} {% endfor %} {% for plugin in unallowed %} {% endfor %}
Name Author Version Beschreibung AuthBlob Erlauben/Verbieten
{{ p.plugin.name }} {{ p.plugin.author }} {{ p.plugin.version }} {{ p.plugin.descr }} {% if p.plugin.userCanWriteAuthblob %}
{% csrf_token %}
{% else %} {% if p.plugin.userCanReadAuthblob %} {{ p.authblob }} {% else %} --- {% endif %} {% endif %}
Plugin verbieten
{{ plugin.name }} {{ plugin.author }} {{ plugin.version }} {{ plugin.descr }}   Plugin erlauben

{% endblock %}