{% extends "layout/base.html" %} {% load i18n %} {% load staticfiles %} {% block header %} {% include "layout/messages.html" %} {% endblock header %} {% block content %}

{% trans "Sending your confidential information safely" %}

{% trans "What is Hawkpost?" %}

{% trans "Hawkpost is the easiest way to securely receive sensible information from people who don't know how to use PGP. They don't even need to install anything: you just share your link and the person who receives it just needs to submit the information. Our hawk will send it back to you." %}

{% trans "Compose new message" %}

{% trans "To:" %} {{object.owner.first_name}} {{object.owner.last_name}} ({{object.owner.email}})

{% trans "Organization:" %} {{object.owner.organization}}

{% trans "Key fingerprint:" %} {{object.owner.fingerprint}}


{{object.name}}

{{object.description}}

{% endblock content %} {% block scripts %} {{ block.super }} {% endblock scripts %}