{% extends "layout/base.html" %} {% load i18n %} {% block content %}

{% trans "THIS LINK IS NO LONGER ACTIVE" %}

{% trans "That could be because:" %}

  • - {% trans "The link expired" %}
  • - {% trans "The recipient closed or deactivated the link." %}
  • - {% trans "It was already submitted." %}
  • - {% trans "The recipient did not suply a valid public key in order to correctly encrypt the content." %}

{% blocktrans %}In any of the above cases, you should contact the recipient ({{box.owner.first_name}} {{box.owner.last_name}}) in order to fix the issue.{% endblocktrans %}

{% endblock content %}