{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block content %}

500 - {% trans "Something went Splork!" %} :(

{% blocktrans %}Something went wrong and the server was unable to process this request. Check your servers error logs for more details.{% endblocktrans %}

{% blocktrans %}If you would like to report an issue with RatticDB please visit{% endblocktrans %} {% trans "Github Issues" %}.

{% endblock %}