{% extends "base.html" %} {% load i18n static %} {% block title %}500 - {% translate "Internal Server Error" %} · {{ block.super }}{% endblock %} {% block content %}

500 - {% translate "Internal Server Error" %}

{% translate "There is something wrong with the server." %}

{% translate "If you continue to see this error, please contact the administrators so it can be fixed." %}

{% translate "Go to homepage" %}
{% endblock %}