{% extends "allauth/layouts/manage.html" %} {% load django_tables2 %} {% load gravatar %} {% load allauth %} {% block head_title %}Profile{% endblock %} {% block nav_class_app_passwords %}{{ block.super }} is-active{% endblock %} {% block content %} {% element h1 %}
App Passwords are used to authenticate with OPDS and the KoReader API. You can revoke them at any time.
{% if has_app_passwords %} {% render_table app_passwords %} {% else %}You don't have any app passwords yet.
{% endif %}