{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}

Show Email Accounts With Activated OpenPGP Encryption

Incoming emails to those email accounts will be OpenPGP encypted with the OpenPGP public key listed below. {% for email in emails %}

Email: {{ email.email }}
OpenPGP encryption using public key with fingerprint: {{ email.openpgp_public_key.fingerprint }} {% endfor %} {% endblock%}