<%= toolbar( buttons: [ { icon: 'back', url: request.referer || "#{Alchemy::MountPoint.get}/admin/dashboard", label: _t(:back), title: _t(:back), hotkey: 'alt+z', dialog: false, skip_permission_check: true } ] ) %> <%= render_message(:error) do %>

<%= _t('An error happened') %>

<%= @error.class %> <%= @notice %>

<% @trace.each do |line| %> <%= line %>
<% end %>

<% end %>