{% extends "bootstrap3/base.html" %} {% block title %}{{_('Server error (500)')}}{% endblock %} {% block content %}

{{_('Server Error (500)')}}

{{_("Oops, you found an error in our system.")}} {{_("Don't panic, this is definitively not your fault.")}} {{_("Maybe we are working on the server, please check the hoster status page.")}} {{_("We apologize for the inconvenience.")}} {{_("If you can reproduce this message, please tell us how you did that.")}}

{% endblock %}