{% extends "common/error.html" %}
{% load i18n %}
{% load static %}
{% block error_image %}
{% endblock error_image %}
{% block error_message %}
{% translate "Verification failed." %}
{% blocktranslate trimmed %}
We could not verify that this request really was sent by you. For security reasons, we cannot process it.
Please go back to the last page, refresh, and then try again.
{% endblocktranslate %}