You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
561 B
15 lines
561 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<title>{% block title %}{{ "OpenEMR Error"|xlt }}{% endblock %}</title> |
|
{{ setupHeader() }} |
|
</head> |
|
<body class="error"> |
|
{% block errorBody %} |
|
{% block errorHeader %}<h1>{{ "We're Sorry! An Error has occured!"|xlt }} {{ "Type"|xlt }}: {{ statusCode|text }}</h1>{% endblock %} |
|
{% block errorDetails %} |
|
<p>{{ errorMessage|default("Please try your request again, check the server logs, or contact the site administrator for support")|text|xlt }}</p> |
|
{% endblock %} |
|
{% endblock %} |
|
</body> |
|
</html> |