{% extends "base.html" %} {% load i18n %} {% block title %}{% blocktrans %}Server Error{% endblocktrans %}{% endblock %} {% block content %}

{% blocktrans %}Application error{% endblocktrans %}

{% blocktrans %}Looks like something went wrong!{% endblocktrans %}

{% blocktrans %}We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing.{% endblocktrans %}

{% endblock content %}