{% extends "zipfelchappe/base.html" %} {% load i18n applicationcontent_tags %} {% block maincontent %}

{% trans "Pledge data is lost!" %}

{% blocktrans %} Oh no, we lost you pledge data. This should never have happend, sorry! A reason for this could be if we changed something on the server or if you deleted your cookies. Please try again, maybe it works this time. {% endblocktrans %}

{% app_reverse "zipfelchappe_project_list" "zipfelchappe.urls" as project_list_url %} {% trans "Back to projects" %}
{% endblock %}