{% extends "base.html" %} {% block title %}{{_('Server error (500)')}}{% endblock %} {% block content %}
{{_("Congratulations, you found an error in our system.")}} {{_("We apologize for the inconvenience.")}} {{_("If you can reproduce this message, please tell us how you did that.")}}
{% endblock %}