{% extends 'base.html' %} {% load i18n %} {% block content %}

{% blocktrans with settings.SITE_NAME as SITE_NAME %} Current status of {{ SITE_NAME }} {% endblocktrans %}

{% blocktrans with settings.SITE_NAME as SITE_NAME %} {{ SITE_NAME }} is currently in heavy development, we're currently not feature complete. We expect there to be bugs. Please be aware of the following things:{% endblocktrans %}


{% blocktrans with settings.SITE_NAME as SITE_NAME %} Please only continue if you accept these could occur while using this service. We're constantly working on {{ SITE_NAME }}, in the future the risks will be much lower and we will have a stable, reliable service.{% endblocktrans %}

{% endblock %}