{% extends "default.html" %} {% set active_page = "dashboard" %} {% block title %}Contact {{ contact.email }} - Alias {{ alias.email }}{% endblock %} {% block default_content %}

{{ pgp_form.csrf_token }}
Pretty Good Privacy (PGP)
By importing your contact PGP Public Key into SimpleLogin, all emails sent to {{ contact.email }} from your alias {{ alias.email }} are encrypted.
{% if not current_user.is_premium() %} {% endif %}
{% if contact.pgp_finger_print %} {% endif %}
{% endblock %} {% block script %} {% endblock %}