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

Passwort


<Change Password here>


Plugin Berechtigungen


{% if pluginpermissions %} {% for pperm in pluginpermissions %} {% if pperm.plugin in plugins %} end test {% endif %} {% endfor %} {% else %} {% endif %}
Name AuthBlob Optionen
{{ pperm.plugin }}
Du hast bisher keinem Plugin zugriff auf deinen Account gewährt
Perms {{ pluginpermissions }}


Second Idea for Plugin interface


{% if pluginpermissions %} {% for plugin in plugins %} {% endfor %} {% else %} {% endif %}
Name AuthBlob Optionen
{{ plugin }} {%if plugin not in unallowedplugins %}
{%endif%}
{%if plugin in unallowedplugins %} {%else%} {%endif%}
Du hast bisher keinem Plugin zugriff auf deinen Account gewährt

{% endblock %}