{% extends "zerrors/base_error.html" %} {% block body_content %}
{% if (config.CONTENT is defined) and (config.CONTENT.ERROR_IMAGE_500 is defined) %} {% else %} {% endif %}
{% if (config.CONTENT is defined) and (config.CONTENT.ERROR_IMAGE_500 is defined) %}

{{config.CONTENT.ERROR_TITLE_500}}

{%else%}

500 internal error

{%endif%}

Somethign went wrong

{% endblock %}