{% extends "members/base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "Echo failed" %} {% endblock %} {% block content %}

{% trans "Echo" %}

{% trans "Something went wrong. The key you supplied is" %} {{ reason }}.

{% trans "If you think this is a mistake, please" %} {% trans "contact us." %}

{% endblock %}