{% set no_path_section = true %} {% extends "layout/basic.html" %} {% block content %}

{{ _('Oops!') }}

{{ _(error.message).format.apply(error.params) }}

{{ _('Technical Information') }}:

{{ _('Type') }}: {{ error.code }}

{{ _('Arguments') }}:

    {% for param in error.params %}
  1. {{ param }}
  2. {% endfor %}

{% endblock %}