{% extends "layout/base.html" %} {% load i18n %} {% load staticfiles %} {% block content %}
{{box.name}}
{{box.description}}
{% trans "Messages:" %} {{box.messages.count}}/{{box.max_messages}}
{% trans "Created on:" %} {{box.created_at}}
{% if box.expires_at %}{% trans "Expires on:" %} {{box.expires_at}}
{% endif %} {% if box.messages.count %}{% trans "Last sent:" %} {{box.last_sent_at}}
{% endif %}{% trans "A Box is a generated link where other people can submit information that will be encrypted and delivered to you. They can have several different settings." %}
{% trans "If you already have configured your public key in the settings menu, you just need to click the ''New Box'' button above to start using Hawkpost. If not please add your public key first." %}
{% blocktrans %}For others to be able to send you encrypted content through Hawkpost, you'll need to generate "boxes".{% endblocktrans %}
{% trans "Each box has an associated link that you can copy and share with any given person. If you want, you can set the expiration date and number of messages after which the link will be locked and no longer accessible." %}